Forum Replies Created
- AuthorPosts
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!
Yutaka Emura
KeymasterHi Antnee,
I might consider this suggestion in future versions.
Thanks!
May 16, 2011 at 4:10 pm in reply to: Disabling tabs crashes editor if large number of documents #9388Yutaka Emura
KeymasterHi Antnee,
Are you using the latest version 10.0.6? If you find any conditions that can reproduce the issue, please let me know. I will look into this issue. Thanks!
Yutaka Emura
KeymasterHi Antnee,
You can enable scrolling tabs instead of having them stack. Please go to the Tab tab of the Customize dialog, and select “None” for the “When Not Fit” drop-down list.
Thanks!
Yutaka Emura
KeymasterHello Antnee,
The Window menu has all the open documents listed. You may create a new macro or customized menu to show the list of all the open documents. Thanks!
Yutaka Emura
KeymasterHello Deipotent,
I reproduced this issue. I will try to fix this issue in future versions. Thank you!
May 10, 2011 at 5:36 pm in reply to: FindBar: Match not scrolled into view with Incremental search if it's off the window #9377Yutaka Emura
KeymasterHello Deipotent,
I can’t reproduce your issue. When I did incremental search from the FindBar, EmEditor did scroll to the matched string horizontally. Please make sure you are using the newest version, and if you can find a simple procedure to reproduce this issue, please let me know in details. Thank you!
Yutaka Emura
KeymasterHi mef526,
You should be able to redirect an external application’s standard output to EmEditor. The standard output can be redirected to the Output bar, create a new document, replace the selection, or even show as a tooltip. Here is a screenshot: http://www.emeditor.com/modules/feature1/rewrite/tc_35.html#new_external_tools
Thanks!
Yutaka Emura
KeymasterHi mef526,
I am sorry, but I don’t know how to integrate pc-lint with EmEditor. Perhaps, you can use External Tools feature of EmEditor. External Tools can be accessed to EmEditor Tools menu, External Tools submenu. Thanks!
- AuthorPosts