Forum Replies Created

Viewing 25 posts - 1,026 through 1,050 (of 3,700 total)
  • Author
    Posts
  • in reply to: EmEditor v 16.7.0 beta 3 download links #21705
    Yutaka Emura
    Keymaster

    I’ve fixed the links. Thanks!

    Yutaka Emura
    Keymaster

    Are 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,

    in reply to: "Extract" problem #21688
    Yutaka Emura
    Keymaster

    Hello sky,

    I reproduced the issue, and it will be fixed on the next version.

    Thank you!

    in reply to: Open file in explorer #21678
    Yutaka Emura
    Keymaster

    Unfortunately, currently there are no ways to assign a keyboard shortcut to the Open Windows Explorer command. I will consider that in future versions.

    Thanks,

    Yutaka Emura
    Keymaster

    Hello,

    I will consider adding the feature to customize the number of Find history in future versions.

    Thanks,

    in reply to: Open file in explorer #21643
    Yutaka Emura
    Keymaster

    Hello,

    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/

    in reply to: Open file in explorer #21641
    Yutaka Emura
    Keymaster

    That’s brilliant! I will use SHOpenFolderAndSelectItems on the next version.

    Thanks,

    in reply to: Slow vertical navigation #21633
    Yutaka Emura
    Keymaster

    This issue was fixed on v16.6 beta 1:

    https://www.emeditor.com/emeditor-beta/emeditor-v16-6-0-beta-1/

    Thanks for your help!

    in reply to: Deleting rows #21627
    Yutaka Emura
    Keymaster

    Hello,

    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,

    in reply to: Slow vertical navigation #21624
    Yutaka Emura
    Keymaster

    Hello,

    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,

    in reply to: Can anyone repeat my problem? #21621
    Yutaka Emura
    Keymaster

    I 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.)

    in reply to: Slow vertical navigation #21619
    Yutaka Emura
    Keymaster

    Hello,

    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,

    in reply to: bookmarks – removed bookmarks return after "reload" #21558
    Yutaka Emura
    Keymaster

    I 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?

    in reply to: automatically open after EE closed #21546
    Yutaka Emura
    Keymaster

    I received your email, and it was fixed on v16.5.0 beta 1.

    Thanks!

    in reply to: automatically open after EE closed #21542
    Yutaka Emura
    Keymaster

    I 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,

    in reply to: bookmarks – removed bookmarks return after "reload" #21541
    Yutaka Emura
    Keymaster

    How 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,

    in reply to: automatically open after EE closed #21537
    Yutaka Emura
    Keymaster

    Are you using the latest version? What is your Workspace settings (Customize dialog box -> Window -> Automatic Workspace)?
    Please describe more details.
    Thank you,

    in reply to: 16.4.1 #21502
    Yutaka Emura
    Keymaster

    Hello gordy,

    I am sorry, I have just fixed that.

    Thanks!

    Yutaka Emura
    Keymaster

    I 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,

    Yutaka Emura
    Keymaster

    Hello,

    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!

    in reply to: Native Linux support #21478
    Yutaka Emura
    Keymaster

    I 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,

    Yutaka Emura
    Keymaster

    Hello 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,

    in reply to: Arrows #21445
    Yutaka Emura
    Keymaster

    Hello 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,

    in reply to: Fully Deleting a Row #21444
    Yutaka Emura
    Keymaster

    Hello Sima,

    The “Cut” command (instead of “Delete”) can delete the full row.

    Thanks,

    Yutaka Emura
    Keymaster

    Hello LifeTimer,

    I reproduced the issue, and it will be fixed on the next version.
    Thanks!

Viewing 25 posts - 1,026 through 1,050 (of 3,700 total)