Forum Replies Created
- AuthorPosts
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.
Yutaka Emura
KeymasterCSV/TSV mode will take too long time for very large files, so it was disabled. You can change the very large file threshold by changing the value in the “Minimum File Size to Use Temporary File” in the Advanced tab of Configuration dialog. In the future versions, I might add an option to allow CSV/TSV mode in very large files.
Thanks!
Yutaka Emura
KeymasterHi mgambrell,
This was a specification, but we will fix this issue in future versions. Thanks!
Yutaka Emura
KeymasterHi gning,
I will look into this issue in future versions.
Thanks for letting me know!June 17, 2011 at 4:12 pm in reply to: Is it a bug ? ExecuteCommandByID have no effect for "Select this macro" and "Run macro" command. #9429Yutaka Emura
KeymasterHi hihihlo,
You can’t run another macro from within a macro. That’s why ExecuteCommandByID has no effect for “Select this macro” or “Run macro” command.
You might want to use #include to call another macro routines.Thanks!
Yutaka Emura
KeymasterHi mwcd,
You should be able to use one copy of EmEditor for your second computer. Please see http://www.emeditor.com/modules/buy-now0/ for details. Thank you!
Yutaka Emura
KeymasterHi,
I will consider adding the ability to add a temporary highlight list.
Thanks!
Yutaka Emura
KeymasterYou can find an explanation about digital signature at:
http://www.emeditor.com/modules/download2/rewrite/tc_2.html
To find the SHA1 value, you will need to have an external tool. You can google search with “md5 & sha1 checksum utility” and download.
Thanks!
June 10, 2011 at 4:41 pm in reply to: How can I convert the encoding of all files (of specified file extension) in the specified folder #9419Yutaka Emura
KeymasterHello,
Please use my macro at:
http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=8&lid=286
A macro is much faster than using a batch file.
Thanks!Yutaka Emura
KeymasterHello hihihlo,
Instead of adding to or removing from the list, you might want to enable/disable the word. Setting the Color property to 0 should disable the corresponding word, and setting back to 1 or more should enable the highlight. http://www.emeditor.com/help/macro/highlight_item/color.htm
However, I might add a new feature to easily toggle highlighting words in future versions.
Thank you!
Yutaka Emura
KeymasterHi mishaama,
I don’t know if you can convert that file back to normal, but you can try opening it as utf-8 and save as your system default encoding. Of course, you will need to make backups every time you make experiments. I am sorry for any inconveniences. I hope you have your previous versions of the file. If you use Windows 7, and the documents are in your Documents folder, you should find your backups from Explorer the File properties, Previous versions.
You should always use the latest version of EmEditor, currently EmEditor Professional 10 because there are always bug fixes and improvements.
Yutaka Emura
KeymasterCan you make sure the downloaded file has the correct digital signature, and the SHA1 value matches?
Thanks!
Yutaka Emura
KeymasterHi chjfth,
I might consider this feature in future versions.
Thank you!Yutaka Emura
KeymasterI believe it would be best if other users could post comments here.
Thank you!May 17, 2011 at 4:36 pm in reply to: EE does not restore main window position if an Automatic WorkSpace is in use. #9400Yutaka Emura
KeymasterHi webern,
I reproduced this issue. I will look into this issue. Thanks!
Yutaka Emura
KeymasterHi Antnee,
I reproduced this issue, but after you dismiss the “Custmize Toolbars dialog”, the buttons go back to three rows, so it is not a big issue. Nevertheless, I might fix the issue in future versions. Thanks!
Yutaka Emura
KeymasterTo display only filenames, you will need to create a macro. Thanks!
Yutaka Emura
KeymasterHi russkinch,
The better place to specify the comment mark # is on the Highlight (2) tab of configuration properties, “Comments” – “Line Comment”, where you can specify up to two comment marks.
I hope this helps.Thanks!
- AuthorPosts