Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterHi gora,
Please select “Define Encodings” on the Tools menu, and make sure “Cyrillic (DOS)” is included in the list. If not included, please try clicking the “Reset” button.
Thanks!
Yutaka Emura
KeymasterHi Stefan,
I rebuilt the program using the static library:
http://www.emeditor.com/pub/eehelptool001.zip
so you won’t need the Visual C++ 2010 Redistributable Package any more.
You might need to add all the tools, and those tools appear on the toolbar, but you can set the keyboard shortcut for each configuration. Therefore, you can customize the same shortcut key to launch both vbx.CHM for VBS doc and html.CHM for HTML doc.
Thanks!
Yutaka Emura
KeymasterHi Stefan,
I created a small program that can be used to open a CHM file with a keyword from EmEditor external tools.
Please download
http://www.emeditor.com/pub/eehelptool.zip
You can specify external tool properties as:
Command: the path to eehelptool.exe
Arguments: “CHM file path” $(WordText)Please see the screenshot included in the zip file.
I hope this tool helps you.Thanks!
Yutaka Emura
KeymasterHi Stefan,
This is the intended behavior.
The modified documents are automatically saved, so I thought we shouldn’t need prompt to ask. If there were prompts, there is another problem when trying to close the plug-in (when opening a new plug-in custom bar, for instance). However, in the future, I might include the snippets plug-in to the EmEditor core so that I can add an option to ask for the prompt.Thanks!
Yutaka Emura
KeymasterHi Stefan,
This feature will be added on the next major version.
Thank you!
Yutaka Emura
KeymasterHello,
I am sorry, it was my mistake. There is no Output bar option for the Standard Error (nor for the Standard Output). I will consider adding the Output bar as an option for future versions. Thanks for your inputs!
Yutaka Emura
KeymasterI am fixing those 。 to ‘.’. Thank you for letting us know!
Yutaka Emura
KeymasterI am fixing those words. Thanks!
Yutaka Emura
KeymasterHello JohnQSmith,
This screenshot
http://www.emeditor.com/images/emeditor10_tool_prop_e.png
replaces the current document with the new standard output, and shows the standard error as a tooltip. You can change the standard output to the new document, and then standard error as the output bar. I hope this helps.
Thanks!
Yutaka Emura
KeymasterThis is just for an installer fix. There were no changes between emed32_10.1.0 and emed32_10.1.0a in program files (including emeditor.exe).
Yutaka Emura
KeymasterI will add a little smart way in the future version.
Thanks!Yutaka Emura
KeymasterHello Deipotent,
I might think about this in future versions.
Thanks!July 14, 2011 at 6:39 pm in reply to: Almost impossible to do a regex search with [x] incremental search #9482Yutaka Emura
KeymasterHello,
You probably had “Count Matches” check box checked. I fixed this issue on the next version.
Thanks!July 14, 2011 at 5:36 pm in reply to: incremental highlighting not updated when Find Dialog option changed… #9481Yutaka Emura
KeymasterHello Deipotent,
This will be fixed on the next version.
Thanks!Yutaka Emura
KeymasterHello spudly,
I am sorry it was not fixed on v10.1.0. I have just fixed that in my code, so the fix will be reflected on the next release, whether it is minor or major. Thank you!
Yutaka Emura
KeymasterHello dw7832,
Thanks for your report. I needed to downgrade the installer because there was a problem in the latest version. I will look into this issue.
Yutaka Emura
KeymasterHello,
I can’t reproduce your issue, so I won’t be able to fix the issue. Can you please take a screenshot of the dialog you encounter, and email me at [email protected]? Please identify you are from the forum so I can easily recognize you. Thank you!
Yutaka Emura
KeymasterHi LTT,
This is a Windows issue, and not the EmEditor issue. Windows escape and unescape command lines because a double quote (“) and a backslash () has a special meaning. For instance, “ means “ so you will need to use “ to send a backslash and a quote. It is a very complicate matter, so please refer to Microsoft documents in order to understand how to escape command lines. While the command options are documented in the EmEditor Help, this Find in Files command option is not recommended to use directly. It is internally used by EmEditor.
Yutaka Emura
KeymasterHello LTT,
Thank you for explaining. This was certainly a bug, and I am fixing it for the next minor version – 10.1.0.
Thanks again!
Yutaka Emura
Keymaster1. It is possible that the Replace All do not work exactly same as the Replace Next.
2. Can you please create a sample file, and explain what you expect as a result? You might want to zip your sample file, and send it to [email protected], and please identify yourself as a forum member.
3. It is possible that you might escape a backslash when you use a command line, and escape again when using escape sequences.
Thanks!
Yutaka Emura
KeymasterHello,
Are you using the normal Find/Replace? Or Find in Files/Replace in Files?
Thanks!
Yutaka Emura
KeymasterHi Deipotent,
Thanks for your comments. I might consider that in future versions.
Yutaka Emura
KeymasterHi spudly,
I am enabling the CSV/TSV on very large files for v10.1.0 release.
Thanks!June 29, 2011 at 11:11 pm in reply to: Find (In Files)/Replace (In Files): > Selected Text option does not work correctly #9443Yutaka Emura
KeymasterHi,
“Word at Cursor” will always pick up a word at cursor even if there is a selection. “Selected Text” will not pick up a word if there is a selection.
Your understanding about the announcement is correct.
Thank you!
June 29, 2011 at 10:42 pm in reply to: Find (In Files)/Replace (In Files): > Selected Text option does not work correctly #9441Yutaka Emura
KeymasterHi,
This is the correct behavior. Even if Selected Text is selected, if no text is selected, the word at cursor will be the initial text to find. I will have to add an option to customize the behavior in future versions.
- AuthorPosts