- AuthorPosts
- May 24, 2020 at 10:55 am #26801LTTParticipant
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).May 29, 2020 at 6:48 pm #26822Yutaka EmuraKeymasterHi LTT,
I fixed 3. on 19.8.94.September 4, 2020 at 10:46 am #27004LTTParticipant4:
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.September 8, 2020 at 8:47 am #27009Yutaka EmuraKeymasterHi LTT,
These issues will be fixed on v20.1.1.
Thank you! - AuthorPosts
- You must be logged in to reply to this topic.