lanurmi / efte

eFTE is a fork of FTE -- Folding Text Editor
GNU General Public License v2.0
30 stars 11 forks source link

More common cursor movement #57

Closed lanurmi closed 8 years ago

lanurmi commented 16 years ago

For a lot of people, the ability to position the cursor beyond the end of the current line is a real head ache. Make eFTE have an option that disallows this on cursor movements.

Furthermore, when you get to the beginning of a line and press the left arrow key one more time, most editors will go to the end of the previous line. eFTE as it stands now will ignore your key press and your cursor will remain at the beginning of the line.

Reported by: jcowgar

Original Ticket: "efte/feature-requests/16":https://sourceforge.net/p/efte/feature-requests/16

lanurmi commented 16 years ago

Logged In: YES user_id=128244 Originator: YES

Added CursorWrap and CursorWithinEOL config options. Please see:

http://efte.sourceforge.net/CursorWrap http://efte.sourceforge.net/CursorWithinEOL

for details.

Original comment by: jcowgar

lanurmi commented 16 years ago

Original comment by: jcowgar