Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterI’ve fixed the links. Thanks!
April 19, 2017 at 1:08 pm in reply to: When switching to Normal mode from CSV mode, automatically close the CSV toolbar #21689Yutaka Emura
KeymasterAre you talking about “CSV/Sort toolbar” (rather than “CSV toolbar”)? If so, unfortunately it is NOT included in the EmEditor core features, but you can write a macro to toggle this toolbar according to the current doucment. Please let me know if you need more assistance in writing macros.
Thanks,
Yutaka Emura
KeymasterHello sky,
I reproduced the issue, and it will be fixed on the next version.
Thank you!
Yutaka Emura
KeymasterUnfortunately, currently there are no ways to assign a keyboard shortcut to the Open Windows Explorer command. I will consider that in future versions.
Thanks,
April 3, 2017 at 9:40 am in reply to: How to increase Number of Find history and Replace history #21649Yutaka Emura
KeymasterHello,
I will consider adding the feature to customize the number of Find history in future versions.
Thanks,
Yutaka Emura
KeymasterHello,
You can right-click on an file list item in the file menu, and select “Open Windows Explorer”. Please see:
https://www.emeditor.com/text-editor-features/more-features/pin-to-list/
Yutaka Emura
KeymasterThat’s brilliant! I will use SHOpenFolderAndSelectItems on the next version.
Thanks,
Yutaka Emura
KeymasterThis issue was fixed on v16.6 beta 1:
https://www.emeditor.com/emeditor-beta/emeditor-v16-6-0-beta-1/
Thanks for your help!
Yutaka Emura
KeymasterHello,
There are many ways to do this, but one way is replace all ^XXXXX.*?\n with blank using regular expressions.
I hope this helps.
Thanks,
Yutaka Emura
KeymasterHello,
Can you make sure “Smooth Scroll” is NOT set in the Scroll page of configuration properties?
Which version of EmEditor did NOT have this problem?
Does the problem appear only with a certain file, or very large files?
If you still see the issue, I am not sure if I understand exactly what the issue is.
Can you send me a sample file (after zipped) at tech @ emurasoft.com as well as REG files (or INI files if you use EmEditor as portable version)? If you decide to send me REG files, you can export them at HKEY_CURRENT_USER\SOFTWARE\EmSoft in the RegEdit.exe, and zip before you attach the reg file.
Also, screenshots or screencast would help too.
Thanks,
Yutaka Emura
KeymasterI am not sure why this happens, but do you use Automatic Workspace? (Customize dialog > Window) If so, you might want to disable Automatic Workspace. (Please select “None” or “Save Only” for the Automatic Workspace and see if you can reproduce the issue.)
Yutaka Emura
KeymasterHello,
If I understand correctly, this is just because EmEditor needs to scroll UP and DOWN and redraw some part of text everytime it scrolls. It also depends on your computer speed.
To work around, you might want to try clearing the “Use Double Buffering” check box in the View page of the Customize dialog box, although this might increase some refreshing / flashing of the screen.
Thanks,
February 27, 2017 at 11:01 am in reply to: bookmarks – removed bookmarks return after "reload" #21558Yutaka Emura
KeymasterI still couldn’t reproduce the issue. Are you using the latest version of EmEditor?
If you exit EmEditor (rather than reload), what do you see?Yutaka Emura
KeymasterI received your email, and it was fixed on v16.5.0 beta 1.
Thanks!
Yutaka Emura
KeymasterI am not sure exactly what the issue is. Can you please send me a screenshot or screencast to tech @ emurasoft.com ?
Please also export your Registry at HKEY_CURRENT_USER\SOFTWARE\EmSoft\EmEditor v3\ and compress to .zip file, and send it with your screenshot.Thank you,
February 20, 2017 at 12:19 pm in reply to: bookmarks – removed bookmarks return after "reload" #21541Yutaka Emura
KeymasterHow do you reload the file? Do you use workspaces?
Is “Save Cursor Position and Bookmarks” check box is checked in the File tab of the Customize dialog box?
Please explain more details and write procedure how to reproduce the issue.
Thanks,
Yutaka Emura
KeymasterAre you using the latest version? What is your Workspace settings (Customize dialog box -> Window -> Automatic Workspace)?
Please describe more details.
Thank you,Yutaka Emura
KeymasterHello gordy,
I am sorry, I have just fixed that.
Thanks!
January 30, 2017 at 8:33 am in reply to: 2 item: scsv is very slow – only 56kb | how to wrap cell content in csv? #21492Yutaka Emura
KeymasterI received your email. Thank you.
1. I believe you are talking about the cursor movement within a cell when you are editing it. This is due to the Cell toolbar, which synchronizes the cursor position with the cell in the editor. You might want to disable (hide) the Cell toolbar. Clear the “Automatically Show/Hide Cell Toolbar” menu in the Cell toolbar button. Nevertheless, I will try to optimize this for speed.
2. This is how EmEditor shows multiple lines in a cell. Since EmEditor is developed as a text editor, not Excel, it is NOT easy to show wrapped lines in a cell as Excel does. The current style is a compromise where EmEditor still can handle embedded newlines in a cell while not loosing its speed.
Thanks,
January 29, 2017 at 10:52 am in reply to: 2 item: scsv is very slow – only 56kb | how to wrap cell content in csv? #21491Yutaka Emura
KeymasterHello,
1. I can’t reproduce slowness of CSV files. Can you send me a sample file at tech @ emurasoft.com? I will try to reproduce the issue. Please add detailed procedure to reproduce the issue.
2. Newlines are expresssed as ^M^J (reversed M and J), whicn means CR + LF. According to CSV specifications, cells including newline(s) must be surrounded by double-quotes. Please refer to CSV specifications. https://en.wikipedia.org/wiki/Comma-separated_values
Thanks!
Yutaka Emura
KeymasterI am sorry that I didn’t respond sooner, but I just don’t have enough time to support Unix environments. I will look into that when I have time. The reason that EmEditor v8 works but not v16 is probably because EmEditor v16 uses new APIs introduced in Windows 10.
Thanks,
January 4, 2017 at 12:22 pm in reply to: "Replace All" search whole document while "In the Selection Only" is checked #21446Yutaka Emura
KeymasterHello Peter,
Did you try the latest version (v16.3.1)? You can always disable the scroll bar markers by clearing configuration properties > Scroll tab > “Show Markers on Vertical Scroll Bar”.
Thanks,
Yutaka Emura
KeymasterHello Sima,
I am not sure if I understand your question, but you shouldn’t have any problems merging two files if the last line is terminated with a newline. Did you try it already?
Thanks,Yutaka Emura
KeymasterHello Sima,
The “Cut” command (instead of “Delete”) can delete the full row.
Thanks,
January 4, 2017 at 10:42 am in reply to: Text selection and cursor movement/visibility inside cells stopped working #21440Yutaka Emura
KeymasterHello LifeTimer,
I reproduced the issue, and it will be fixed on the next version.
Thanks!- AuthorPosts