Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26801
    LTT
    Participant

    1:
    In certain old versions, “Select All” command (Ctrl+A) did not change the current cursor position (still blinking there).
    (Some other editors also have this behavior.)
    Is it possible to keep this behavior as an option?
    It’s useful. e.g.:
    Select All;
    Cancel the selection;
    The position does not change. (Which also helps to simplify the code in macros.)

    2:
    Click different places in the same line.
    EmEditor only remembers the 1st place for Back/Forward browsing.
    Hope this can be improved. long-line/CSV jobs need it.

    3:
    I can duplicate a selection by Ctrl+dragdropping it to its right end.
    Hope I can do so at its left end (when the right end is far away or not in the view).

    #26822
    Yutaka Emura
    Keymaster

    Hi LTT,
    I fixed 3. on 19.8.94.

    #27004
    LTT
    Participant

    4:
    Default settings.
    Disable “Drag selection border to extend/shrink selection”.

    Select a single-line string.
    Drag and drop it.
    Click at the beginning of the selection.
    ** The selection does not collapse. And see the Undo history.

    Select a multi-line string.
    Drag and drop it.
    Click at the beginning of the selection.
    ** The selection did not collapse but changed upward. And see the Undo history.

    Select a multi-line string.
    Drag and drop it at the beginning of itself.
    ** The selection changed upward.

    #27009
    Yutaka Emura
    Keymaster

    Hi LTT,
    These issues will be fixed on v20.1.1.
    Thank you!

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