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