Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #27352
    LTT
    Participant

    Open file AAA.
    Ensure the caret is not at EOF.
    Then run with this command line:
    EmEditor.exe /l -1 /cl -1 AAA
    “/cl -1” doesn’t work if the file is already open.

    Open file AAA.
    Ensure the caret is not at EOF.
    Close file AAA.
    Then run with this command line:
    EmEditor.exe /l -1 /cl -1 AAA
    The whole “/l -1 /cl -1” doesn’t work. I believe it’s because the saved position works later.

    #27363
    Yutaka Emura
    Keymaster

    The first issue was fixed on v20.5.911. I am not sure if the second issue was fully fixed. Please check and let me know if there are issues.
    Thanks,

    #27364
    LTT
    Participant

    Issue 1 is fixed.
    Issue 2 is not fixed at all.

    #27367
    Yutaka Emura
    Keymaster

    Please write procedure and conditions to reproduce Issue 2. You can try resetting all settings after export (or try installing a fresh portable version) and see if you can reproduce the issue. If the issue was resolved, you can enable some settings that you use until you see the issue.

    #27373
    LTT
    Participant

    Please test and fix this issue (3) first:

    Default settings.
    Enable “Save Cursor Position”.
    Open file A, which is never opened in EmEditor.
    Change cursor position.
    Close A.
    Reopen A.
    ** It doesn’t save the cursor position, till “Save Bookmarks” is once enabled.
    ** This issue will happen on another never-opened file after “Save Bookmarks” is disabled.

    I will test issue 2 if issue 3 is fixed.

    #27374
    Yutaka Emura
    Keymaster

    Both these issue (2 and 3) are being fixed on 20.5.915. Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.