Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterHi user,
Thanks for your comments! I might consider that in future versions.
If you are using Windows 7, you might not need the Tray Icon since the Task Bar EmEditor icon includes the Task menus that include most of the same menus as the Tray Icon.Yutaka Emura
KeymasterHi user,
That is exactly the new feature of EmEditor v10. It should restore the previous workspace even with unsaved files after the application crash.
Thanks for using EmEditor!
Yutaka Emura
KeymasterNo, I cannot reproduce this issue. Did you try on v10?
I would suggest you to reset all configurations, and can you try again?Yutaka Emura
KeymasterHi Derek,
Unfortunately not.
Thank you for using EmEditor!Yutaka Emura
KeymasterHello derekcohen,
I will fix this issue.
Thank you!Yutaka Emura
KeymasterHello Flint,
Thanks for your comments. Some people don’t want to change the text at all, so this needs to be optional. I might think about that in future versions.
Yutaka Emura
KeymasterHello 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,Yutaka Emura
KeymasterHello 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,Yutaka Emura
KeymasterHello 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.
Yutaka Emura
Keymasterdc.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!Yutaka Emura
KeymasterHello hoody,
I might think about that feature in future versions.
Thanks!Yutaka Emura
KeymasterHi,
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.
Yutaka Emura
KeymasterHi,
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 secAs 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.
Yutaka Emura
KeymasterHello 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,
Yutaka Emura
KeymasterHello 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!
Yutaka Emura
KeymasterHello 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!
Yutaka Emura
KeymasterHello 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!
Yutaka Emura
KeymasterHello mguttman,
Thanks for your suggestions! We might consider something like that in future versions.
Thank you for using EmEditor!
Yutaka Emura
KeymasterHello 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!
Yutaka Emura
KeymasterHello 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!
Yutaka Emura
KeymasterHello 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!
Yutaka Emura
KeymasterHi,
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#forumpost4919There 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,
Yutaka Emura
KeymasterHi 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.
Yutaka Emura
KeymasterRC 22 is ready now, so please try it.
Yutaka Emura
KeymasterPlease wait until v10 RC 22 becomes available.
Thank you,- AuthorPosts