Forum Replies Created
- AuthorPosts
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!January 3, 2017 at 1:28 pm in reply to: Text selection and cursor movement/visibility inside cells stopped working #21438Yutaka Emura
KeymasterHello LifeTime,
I can’t reproduce the issue. Are you using any plug-ins or macros that might interfere with the cell editing mode?
Thanks,
Yutaka Emura
KeymasterHello Pepper Mint,
EmEditor currently shows embedded newlines as reversed ‘MJ’, and you can’t show these as shown in the Cell toolbar.
I am not sure about your second question regarding “what format”? Are you asking about Excel format you have to choose when you open the CSV file with Excel?
You can resize the columns by selecting the “Column Separators” button -> “Adjust Separator Positions (Whole Document)” in the CSV/Sort toolbar.
Thanks,
Yutaka Emura
KeymasterHello,
The last one (LEFT ARROW) is the EOF (end of file) mark. This file shows that the last line is NOT terminated with a newline. You will might want to type ENTER at the end of the file to have consistent newlines at every line.
Yutaka Emura
KeymasterYou can record a macro, but it won’t record the column you select in CSV documents.
By the way, this is nothing to do with a plugin (you mentioned in your title). The EmEditor core program can record macros.Yutaka Emura
KeymasterHello John,
The minimap is drawn every 1,000 lines, so this is normal. While the minimap is refreshed, please try NOT to move the mouse, because the mouse movement pauses the minimap draw.
Yutaka Emura
KeymasterYes, I needed to limit the minimum size in order to pass Microsoft Certification, but this size limit will be reduced to somewhat smaller: 80 x 80 pixels from 400 x 400 pixels on the next version. I hope this will be all right with you.
Thank you,
November 24, 2016 at 5:09 pm in reply to: Incorrect placement of cursor when pasting copied cells as normal text #21394Yutaka Emura
KeymasterCurrently, the behavior is the same as vertical selection paste. However, I will fix this issue only for cell selection paste.
Thanks,
- AuthorPosts