Forum Replies Created
- AuthorPosts
Yutaka Emura
Keymasteratnak wrote:
Some enhancement requests for the find/replace dialog:– Multi-line (maybe 3 lines) and slightly bigger width-wise Find and Replace-with text boxes. –Entering multiple lines into the text box is the same as inserting “n” in the text.
– Linked Find and Replace-with combo boxes. –When a previously-used pattern is selected from the Find combo box, the replacement text that was last used with the selected pattern is automatically selected. All replacement texts that have been used with the current search pattern are grouped at the top of the Replace-with combo box–sorted in the order of recently used–and a separator line placed to divide this group from the other replacement texts.
– Linked Find options. Sort of like above except with search options. When a search pattern is selected from the Find combo box, search options (the top four) like “Use Regular Expressions” are automatically restored to how it was.
A few bonus nice-to-haves:
– Resizable Find/Replace dialogs. (Actually, it’s already resizable, but the controls inside don’t move or resize.)– Syntax colouring for escape sequences and regex control characters in the Find/Replace-with text boxes.
Versoin 7 beta already has resizable Find/Replace dialog features, and you can resize so the text boxes become multi-lines.
I might consider the Linked Find options and syntax coloring for escape sequences and regex control characters. Thanks!
Yutaka Emura
KeymasterThe portable version is slower than the normal (registry) version. If you still see the differene, please let me know more details how to reproduce the difference.
Yutaka Emura
KeymasterAre you using the portable version (using INI files) or the normal installation (using the Registry)?
Do you use regular expressions?
Yutaka Emura
KeymasterThis bug will be fixed on beta 5. Thanks!
Yutaka Emura
KeymasterThat’s a good idea! The next version (7) will automatically open files from View/Source in IE in Read Only mode if the HTML file is in the Internet Temporary folder.
Yutaka Emura
KeymasterPlease be more specific and write in details about your request. Which shortcuts are you talking about?
August 20, 2007 at 10:20 pm in reply to: Opening multiple files using the OPEN dialog AND from the command line #4588Yutaka Emura
KeymasterIn Command Prompt, you can use FOR statement. For example:
for \%f in (*.ini) do emeditor.exe \%f
Yutaka Emura
KeymasterBoth Ctrl + Alt + N and Ctrl + Alt + x (Not Alt + X) are defined by EmEditor Tray Icon. You can disable both from the Customize Tray Icon dialog box.
August 19, 2007 at 3:17 am in reply to: Opening multiple files using the OPEN dialog AND from the command line #4580Yutaka Emura
KeymasterTheXman wrote:
I know that it may be a little late in the game but I’ll ask anyway. A while back I posted a suggestion that the ability to open multiple files from the command line AND from the open dialog. It looks as though the ability to open multiple files from through the OPEN dialog has been added to version 7. Unfortunately, doing so from the command line looks like it did not make it. I’m aware that doing this from the command line (without any switches) is a little more difficult in that it may break some of the existing functionality dealing with remembering the last open folder. However, maybe a new switch can be added to open multiple files? That way the existing command line functionality would not be affected. Opening multiple files from the command line would be much more useful (at least for me).Xavier
:-DYou should be able to open multiple files from command line:
emeditor.exe file1 file2 …
Please let me know if you have any further questions.
August 17, 2007 at 9:24 pm in reply to: Beta 3: When I open read-only file, a message box is shown #4572Yutaka Emura
KeymasterI think I fixed this bug on beta 4, but please come back to me with more details if you still see any problems on beta 4. Thanks!
Yutaka Emura
KeymasterYes, just install version 7 over 6, and it will pick up old configurations.
Yutaka Emura
KeymasterI also noticed this bug, and it will be fixed on beta 4. Thanks!
Yutaka Emura
Keymasteruser wrote:
hellocan you tell me please how to:
1) select all lines containing a string
2) select all lines NOT containing a stringthanks
Did you try these macros?
http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=8&lid=170
http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=8&lid=169Yutaka Emura
KeymasterI changed b to strong and i to em on beta 3. Thanks!
Yutaka Emura
KeymasterVersion 7 allows you to convert/replace within box selection. You can now replace something within box selection. Please let me know your specific needs if this still does not work for you.
Yutaka Emura
KeymasterI understand the issue, but it might take a while before I can fix this issue including data structure changes, which might also cause incompatibilities with the existing plug-ins. Please let me think about it if I can fix this before version 7 release. Thanks!
Yutaka Emura
KeymasterI fixed most of relative/absolute path issues on beta 3. Please give a try!
Yutaka Emura
KeymasterI hope I fixed this issue on beta 3.
Yutaka Emura
KeymasterI fixed this issue on beta 3. I hope this does not cause any other issues…
Yutaka Emura
KeymasterI am not sure if this is related, but I fixed the related issue. Please see if Beta 3 resolves this issue. Thanks!
Yutaka Emura
KeymasterI cannot reproduce this problem. It looks like Windows system issue. You might want to reboot Windows if the issue still appears.
Yutaka Emura
KeymasterEUC-KR should be already there. Can you find the other in Tools menu -> Define Encodings?
Yutaka Emura
KeymasterI didn’t have a time to fix the absolute/relative path issue before beta 2. I will certainly try to fix this issue by the release version. Thanks!
August 10, 2007 at 3:26 am in reply to: EmEditor Professional 7.00 beta 1 (through August 14, 2007) #4525Yutaka Emura
KeymasterI also downloaded a portable version , select a line by triple-click works there, i think i know how to operate the triple-click
it indeed failed in my direct-updated version:(I guess it was not installed correctly. Please reboot your computer and try again.
Yutaka Emura
Keymaster“Wscript” is not included in the Highlight list, so it will not be displayed unless “wscript” is used in the document. Those words with blue symbols are from the current document while those with pink symbols are from the Highlight list.
- AuthorPosts