Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterSelect Customize on the Tools menu, select Shortcut tab, and click More Shortcuts. In the Customize More Shortcuts dialog, click Add a shortcut to the Context Menu on Explorer. I realize there was an issue with the installer, and it will be fixed on the next minor version. Thanks!
Yutaka Emura
KeymasterPlease don’t ask me when. I will work on that probably on next major version. Thanks!
Yutaka Emura
KeymasterThere is no automatic way to do this, but you can do that manually after writing a paragraph. After selecting text, you can click right mouse button, select Convert Selection, and then Split Lines.
Yutaka Emura
KeymasterReplace All shows the number of matched strings in the status bar, but Find does not show that information. The reason for this is that EmEditor does not need to search the whole document when it can find one occurrence.
To work around this, you can Replace All a string with a dummy string, and then undo immediately to find the number of strings. Alternatively, you can write a macro to do this.
Yutaka Emura
KeymasterI don’t believe it is EmEditor’s issue. Please let me know which hex editor you use, and exactly what you get in the hex editor. Please send me the samples and other detailed information at [email protected]
Yutaka Emura
KeymasterI reproduced the issue. I will fix this on the next version. Thanks!
Yutaka Emura
KeymasterI will fix this issue on the next minor version. Thanks!
Yutaka Emura
KeymasterI am not sure how I can reproduce the issue. Can you please send me a screeen capture to [email protected] ? I would appreciate that. Thanks!
Yutaka Emura
KeymasterThere are no 64-bit plug-ins for these. However, Delete Spaces at End of Lines command is similar to the Trim Right command. You can customize your keyboard or menus so this command can be handy. In future versions, you will be able to write a macro and assign a macro to a Toolbar button.
Yutaka Emura
KeymasterThere is no command for that in EmEditor core.
In replace dialog box, check “Use Regular Expressions”, and replace
^ +
with empty string.Yutaka Emura
KeymasterDid you try Outline plug-in? Or something else?
Yutaka Emura
KeymasterI am still working on it, but you didn’t send me a sample of the text as an attachment but only a screenshot. Would you please send me a sample in Word document and in text file? Also, what font do you use to display the text?
Yutaka Emura
Keymaster1) – It would be nice if all the search results would group together under a single button at the beginning of the “Windows” toolbar. A drop down menu would allow me to select a specific search result.
This is not currently possible within EmEditor Core, but it might be possible if one writes a plug-in.
– Provide a command to close all open search results.
You can use Close All command http://www.emeditor.com/help/cmd/file/exit_all.htm or Close All without Save http://www.emeditor.com/help/cmd/file/quit_all.htm.
– When I specify a folder (and subfolders) to search, make the specification sticky – keep using it. I like to set the application folder as the search folder and then leave it there. I don’t like the way in which the current folder keeps getting selected – my app is much larger than that.
You can uncheck “Use Current Folder as Default for Find in Files”.
2) Select “Keyboard Map” on the Help menu, and you can customize the keyboard.
3) You can double-click the edge of the toolbar to add the “Marks” button.
4) Unfortunately, you cannot split. It might be something to consider in future.
5) Make sure “Strip Path for Files in Current Folder” is checked on the File tab of the Customize dialog box. I know this does NOT solve relative paths as ..base. This might be something to consider in future.
Thanks!
Yutaka Emura
KeymasterAlt+Home can move to the column 1 in a line. In EmEditor Professional or Standard, you can customize keyboards so Home can move to the column 1.
Yutaka Emura
KeymasterOf course, there is a chance! I am working on it!
Yutaka Emura
KeymasterSorry, I mean open documents, not column selection. Alternatively, you can create a macro to replace strings in open documents. If you cannot write a macro, I will write one for you, so please let me know.
Yutaka Emura
KeymasterAs I posted a similar message elsewhere, I really would like to implement replace string feature in column selection. I don’t know about the tab location, but I understand your request. I cannot make any promises. Thanks for your opinions!
Yutaka Emura
KeymasterThis is definitely something I would like to improve in future versions! Thanks!
Yutaka Emura
KeymasterYou can select a column of text with EmEditor. However, it is not easy to replace the column portion with a certain text. This is an area that I want to improve in future versions. Thanks!
Yutaka Emura
KeymasterI know there is the issue with “trimmed”, but I am not sure about the colors. It is probably something to do with how Windows clear-type text rendered. Did you try comparing with Notepad or other word processors?
February 9, 2007 at 5:01 pm in reply to: Highlighting colors and Template system out of the box #4171Yutaka Emura
KeymasterIt is just a matter of taste. In future, I will try to add a “theme” feature for EmEditor color set so one can easily change all the colors without need to change each color independently, which has been a tedious work!
Yutaka Emura
KeymasterThat will be definately a great addition to EmEditor, but I don’t want to include that feature within EmEditor core. I will try to improve plug-in capabilities so that one can write a command prompt plug-in in future versions.
Yutaka Emura
KeymasterThat command in not available in EmEditor core, but you can easily write or record a macro to do just that. Just use Record Macro feature of EmEditor to record your keystroke, and you can play back again when needed.
Yutaka Emura
KeymasterVB.NET syntax file is available in our library: http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=10&lid=85 Did you try this?
Yutaka Emura
KeymasterThe next version (7) will improve how EmEditor displays text and prevent this flickering issue.
- AuthorPosts