On Reload file, document and cursor is moved to first line
Efficient and lightweight text editor with rich functionalities.
Brought to you by:
apextextadmin
When a file is re-loaded either from menu or when external modification detected, cursor goes to the first line by default.
Proposed solution:
Instead, put the cursor at the same line after reload. In case the line does not exist after reload put the cursor at first line. Another option could be putting the cursor at the end of the file.