Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterI think you should use Explorer plug-in instead, and locate the system folder, and select “Make this Root” when you right-click on the located system folder in the Explorer plug-in tree. The projects plug-in does NOT link to a folder. Does this make sense?
Yutaka Emura
KeymasterHello,
v17.3.0 adds that feature.
Thanks,Yutaka Emura
KeymasterRegardless of this setting, Replace in Files will treat CR and LF separately if the Use Regular Expressions is on.
Please see:
http://www.emeditor.org/en/howto_search_search_nl.html
Thanks,
Yutaka Emura
KeymasterSince you are using a regular expression to replace, it won’t become as fast as the “Remove Newline Characters” command. You might want to try the “Use Escape Sequence” option instead of the “Use Regular Expressions” option. Nevertheless, the “Remove Newline Characters” command is the fastest way among these 3 methods.
Yutaka Emura
KeymasterI received your message and video, but I couldn’t reproduce the issue. Also, this is different procedure from the one you described above. You wrote:
I use ctrl+f2 to toggle off a bookmark then make some edits and save. When I reload the file, the bookmark is there. How do I permanently remove a bookmark?
But, the way you reload in the video is different, and do you want bookmarks turned on or off?
I have to ask again. Is “Save Cursor Position and Bookmarks” check box is set in the File page of the Customize dialog box?
Yutaka Emura
KeymasterThat is probably related to the settings in the Advanced page of the Customize dialog box.
You might want to increase the number in the Minimum File Size to Use Temporary File text box so that your file is under this number if you need to do many replaces. This will avoid using the temporary file, and will load all the file contents to the memory (RAM) so that EmEditor will replace many lines faster.
Please also use the latest version of EmEditor.Yutaka Emura
KeymasterI couldn’t find your message. Please email me again and please identify yourself in your email.
Yutaka Emura
KeymasterI couldn’t find your email with your name Pepper Mint. Can you send me again? Please include your name Pepper Mint in your email.
Yutaka Emura
KeymasterI will fix this on the next version. Thanks!
Yutaka Emura
KeymasterThis issue will be fixed on the next version. Thanks!
December 3, 2017 at 6:47 pm in reply to: Non-empty EOF line can not be duplicated when selection is multiple-line #22665Yutaka Emura
KeymasterThis issue will be addressed on the next version.
Yutaka Emura
KeymasterThis will be fixed on the next version. Thanks!
Yutaka Emura
KeymasterHello,
You can’t hide a column, but you can adjust a column size so one column has only 1 character width. You might want to clear the Adjust Separator Positions Automatically check box in the CSV page of the Customize dialog box if you have not done already.
I will think about adding move right/left a column command in the future, but you can drag and drop selected column(s) if the Cell Selection Mode is disabled.
Thanks,
Yutaka Emura
KeymasterHello,
I reproduced the issue, but I don’t know if Command Prompt output can be monitored in this fashion. Do you know any other text editors that can monitor the output like this?
November 21, 2017 at 10:23 am in reply to: bookmarks – removed bookmarks return after "reload" #22636Yutaka Emura
KeymasterHello,
I can’t watch this video, or I don’t want to download the video from this website. Can you give me a DIRECT link to a popular video file format (such as .mp4, .avi, .mov, etc.), or email me those files as an attachment?
Thanks,
November 21, 2017 at 9:38 am in reply to: Option for filters.Import() to append to current filter rather than only replace #22635Yutaka Emura
KeymasterHello,
The next version (v17.2.5) will add the second parameter (bAppend) to the Import() method. If bAppend is true, the Import() method will append the filters. If the second parameter is omitted, bAppend is assumed as false.
Thanks,
Yutaka Emura
KeymasterHello,
In the File page of configuration properties, did you select Auto-Reload from the Changed by Another Program drop-down list? If you need to have it reloaded more frequently, you might want to enter a smaller number in the Monitor Interval text box.
Yutaka Emura
KeymasterTo change the avatar picture, please refer to:
https://www.emeditor.com/forums/topic/our-website-redesigned/
November 21, 2017 at 8:55 am in reply to: Suggest to add a menu item "repeat last action" in conext menu #22631Yutaka Emura
KeymasterDavid,
The Repeat Last Command command is available, and you can add this command to the Context menu or assign the shortcut key.
Yutaka Emura
KeymasterHello,
1. How about using a regular expression . (period) with the negative option if necessary and specify a column in the Column drop-down list?
2. Currently, you can’t select discontinuous cells.
November 8, 2017 at 4:51 pm in reply to: Option to lock first line when using CSV / TSV / DSV mode #22618Yutaka Emura
KeymasterI think I understand your both feature requests, but I don’t want to make EmEditor too complicated.
As for 1), you can use the Filter feature to filter out the comment lines (for instance, filter with # with negative option).
Thanks,
November 6, 2017 at 5:48 pm in reply to: Option to lock first line when using CSV / TSV / DSV mode #22614Yutaka Emura
KeymasterHello,
I am not exactly sure what the feature and purpose that you are requesting are. Can you please define your requested feature? Do you want EmEditor to select the correct CSV mode looking at the 4th row (ignoring 1st – 3rd)? Is this only for the “auto selection” of the CSV?
Thanks,
Yutaka Emura
KeymasterHello,
Can you please list where the wrong font (SimSun) is used in Chinese UI? I will first correct these wrongly used fonts. Please red-circle the wrong places in the screenshot, and you can email me at tech @ emurasoft if there are many.
Thanks,
November 6, 2017 at 5:38 pm in reply to: Option for filters.Import() to append to current filter rather than only replace #22612Yutaka Emura
KeymasterI will look into this suggestion. Thanks for explanation!
November 5, 2017 at 6:02 pm in reply to: Option for filters.Import() to append to current filter rather than only replace #22610Yutaka Emura
KeymasterHello LifeTimer,
How about using document.Filter method with eeFindKeepPrevious or eeFindContinue flag?
- AuthorPosts