Forum Replies Created

Viewing 25 posts - 2,126 through 2,150 (of 3,662 total)
  • Author
    Posts
  • in reply to: Split sidebar/custom bar #8718
    Yutaka Emura
    Keymaster

    Hello BlackIce,

    Thanks for trying EmEditor!
    Unfortunately, there is no way to split sidebars. This is because we want to make sure EmEditor launches fast and it will not become bloated. I understand many people want this feature, but currently, I take higher priority on lightweight and fast launch of EmEditor.

    Please let me know if you have further questions.
    Thank you,

    in reply to: EmEditor 10 – Default Encoding #8713
    Yutaka Emura
    Keymaster

    Hello spudly,

    As long as you use any one of Western European versions of Windows, US-ASCII and Western European encodings are exactly the same. To disable the Detect All result dialog box, you might want to uncheck “Detect All” check box in the Open dialog box when you open a file.

    Please don’t hesitate to ask me again if you have further questions.
    Thank you,

    in reply to: a bug in newly improved vertical mode #8711
    Yutaka Emura
    Keymaster

    Hello zhouzh2,

    This is currently specification. What if the second line wraps by window? EmEditor currently judges only by the first line. I notice someone might insert a selection like this example, but currently there is no way to insert the selection like this. I might have to add an option to make this possible in future versions. Thanks for comments, Flint.

    in reply to: How to know a doc's return method #8704
    Yutaka Emura
    Keymaster

    dc.FileSave.ReturnMethod usually always returns 0. This means the configuration will not alter the return method of a document. EmEditor supports files that have mixed return methods.

    If you want to find the return method of the current document and if you know the return method is the same in the entire document, you can write:

    str = document.GetLine( 0, eeGetLineWithNewLines )

    Then you can find what the return method of the current document is.

    I hope this helps.
    If you have further questions, please let me know.
    Thanks!

    in reply to: Open non-text file in project with proper application #8702
    Yutaka Emura
    Keymaster

    Hello hoody,

    I might think about that feature in future versions.
    Thanks!

    in reply to: How to know a doc's return method #8700
    Yutaka Emura
    Keymaster

    Hi,

    GetLine method (Document object) allows you to add new line character(s) (CR, LF, or CR+LF) at the end of the line.


    str = document.GetLine( yLine, eeGetLineWithNewLines )

    Then you can correctly count the line length.

    I hope this helps.

    in reply to: Worried about bloat… #8699
    Yutaka Emura
    Keymaster

    Hi,

    Thanks for sharing your concern. But don’t worry. I make sure the text editor launches as fast as previous versions every time when I upgrade.

    Here is the average launch time for each major version. I tested on a Virtual Machine (average time except the first launch).

    v8.06 —— 0.110 sec
    v9.17 —— 0.104 sec
    v10 RC18 — 0.083 sec

    As you can see, the launch speed is about the same within error. The test shows v10 is actually faster than v9 in launch speed. This is I believe because it gets rid of Diff plug-in, and several localized DLLs for plug-ins have been deprecated and combined with the core locale file (emedloc.dll). But I would say this is still in error range.

    When I add a new feature, I always consider optimization, and I wouldn’t add a feature that might make the overall program slower. The code needed for comparison feature was not as much as you might think, and all the code for the UI (dialog boxes) were added as DLL files (emeddlgt.dll and emeddlgs.dll). On the other hand, plug-ins have to be loaded at launch time because EmEditor needs to show icons and text for the menus. I am going to further optimize for the speed in future versions.

    in reply to: How to open a save as dialog with a specified path? #8696
    Yutaka Emura
    Keymaster

    Hello wgf4242,

    Select Customize under the Tools menu, and check the Remember Last Folder check box on the Customize dialog box.

    Alternatively, display the Properties for the EmEditor shortcut that you usually use to run EmEditor, and add /cd in the Target text box. For instance, if the install folder of EmEditor is “C:Program FilesEmEditor”, enter “C:Program FilesEmEditoremeditor.exe” /cd. Moreover, fill the Start in text box as a folder you want to open from.

    Please let me know if you have further questions.

    Thanks,

    in reply to: enhancements on the numbering feature #8694
    Yutaka Emura
    Keymaster

    Hello zhouzh2,

    Thanks for you inputs! I might consider making the Numbering dialog modeless in future versions.

    As for the column, you can first make a vertical selection before selecting the Numbering as you might already know. I might think about that, but this has to be an option if I change this behavior.

    Thank you for using EmEditor!

    in reply to: How to know a doc's return method #8693
    Yutaka Emura
    Keymaster

    Hello chjfth,

    If you just want to know the Return method of the current document, you can display that information on the Status Bar. Please go to Customize on the Tools menu, and select the “Status” tab, and check “Return Method”.

    Please let me know if you have further questions.

    Thank you for using EmEditor!

    in reply to: EmEditor 10 and UserDic.bin #8689
    Yutaka Emura
    Keymaster

    Hello Cirillo,

    I am sorry but it is not possible to change the path to user files like this including workspaces and other settings. If you use in Portable settings, your settings can be found in a sub folder of the EmEditor.exe path.

    Thank you for using EmEditor!

    in reply to: Multiple Working spaces #8688
    Yutaka Emura
    Keymaster

    Hello mguttman,

    Thanks for your suggestions! We might consider something like that in future versions.

    Thank you for using EmEditor!

    in reply to: EmEditor Professional v10 RC 23 (9.90.32) #8687
    Yutaka Emura
    Keymaster

    Hello Derek,

    ALL RCs have been removed since the official release is ready now!

    You can download the official release trial at our Download page http://www.emeditor.com/modules/download2/ , and the full version at Emurasoft Customer Center https://www.emurasoft.com/support/ .

    Thank you for using EmEditor!

    in reply to: XML syntax incorrectly highlights multiline comments #8674
    Yutaka Emura
    Keymaster

    Hello maxim_2004,

    Can you check if “XML” configuration is selected, and if so, can you check your configuration properties, and click Highlight (2) tab and see if are set for the Begin and the End comments?

    Thank you!

    in reply to: Acrobat-like navigation option #8673
    Yutaka Emura
    Keymaster

    Hello mguttman,

    Thank you for your inputs. I might consider that in future versions.
    However, it is not always possible to go back to previous edited positions since they might be edited and positions you want to go back might not be there. I will think about better solutions.

    Thanks again!

    in reply to: EmEditor Professional v10 RC 18 (9.90.27) #8669
    Yutaka Emura
    Keymaster

    Hi,

    Thanks for your comments.

    Would you please use our last RC – RC 23 (9.90.32).
    You can download at http://www.emeditor.com/modules/newbb/viewtopic.php?topic_id=1528&forum=12&post_id=4919#forumpost4919

    There are some registry changes between your version and this newest version, so there might be some improvements. If this doesn’t work, I will work on your registry settings to get it work.

    Thank you,

    in reply to: EmEditor Professional Questions (Trial User) #8667
    Yutaka Emura
    Keymaster

    Hi Jamil,

    Basically, the licensing for software is per computer. According to v9 EULA, you will need to purchase a license for each computer at work plus one more for your personal computers. That means three in your case. However, we added some section to v10 EULA, and it allows you to use a second computer at home with the same license at work. Therefore, you need only two licenses total if you use v10. Not only because of license issue, I would strongly recommend v10 RC for its reliability and features, and then you can update to v10 official release at any time before July 31.

    64-bit edition is new, and not all plug-in authors have 64-bit computers in the past. All my recent plug-ins are built both in 32-bit and in 64-bit. If plug-ins are the issue for you, you can always install 32-bit edition on your 64-bit machines.

    in reply to: display tabs at a left column #8663
    Yutaka Emura
    Keymaster
    in reply to: display tabs at a left column #8661
    Yutaka Emura
    Keymaster

    Please wait until v10 RC 22 becomes available.
    Thank you,

    in reply to: display tabs at a left column #8659
    Yutaka Emura
    Keymaster

    Hi user,

    Please don’t call it a bug. It is just a specification of OpenDocuments plug-in. Some people use only keyboard so it is important the document list gets focus. However, I make the editor view gets focus when the Activate command is used or when you click a file name in the list.

    Thanks for your comments. Please let me know if you have further questions.

    in reply to: EmEditor Professional v10 RC 20 (9.90.29) #8656
    Yutaka Emura
    Keymaster

    Hello dw7832,

    You are welcome! I believe accessibility is very important. Thanks for your inputs!

    in reply to: A bug (?) in 9.17 on Win7 for some functions #8653
    Yutaka Emura
    Keymaster

    I saw your screencast, but I don’t know why that happens. Can you try with v10 RC and see if the issue still exists?

    You can download v10 RC at the newest topic in
    http://www.emeditor.com/modules/newbb/viewforum.php?forum=12

    Thank you,

    in reply to: A bug (?) in 9.17 on Win7 for some functions #8651
    Yutaka Emura
    Keymaster

    Hello maxim_2004,

    I don’t know why you have those issues. If you have plug-ins or macros installed, can you disable all plug-ins and macros, and try again?

    Please let me know if you have any questions or comments.
    Thank you,

    in reply to: untitled file #8648
    Yutaka Emura
    Keymaster

    Hi derekcohen,

    I believe you are using v9, but the v10 RC version won’t create a new document when EmEditor launches and loads a saved workspace automatically. You can download RC 10 at a newest topic at http://www.emeditor.com/modules/newbb/viewforum.php?forum=12

    Please let me know if you have further questions.
    Thank you,

    in reply to: 64bit version's context menu missing in 32bit program #8645
    Yutaka Emura
    Keymaster

    Hello adamhj,

    Thank you for using EmEditor Professional.

    To enable both 32-bit and 64-bit context handler, I need not only add the registry settings, but also add emedshl.dll in both editions. You can install both 32-bit and 64-bit editions of EmEditor to enable context menus in both editions.

    Thank you,

Viewing 25 posts - 2,126 through 2,150 (of 3,662 total)