bobbylight / RSyntaxTextArea

A syntax highlighting, code folding text editor for Java Swing applications.
BSD 3-Clause "New" or "Revised" License
1.12k stars 259 forks source link

Improved caret behavior on first and last lines #475

Closed bobbylight closed 1 year ago

bobbylight commented 1 year ago

Describe the solution you'd like On macOS, pressing the Up arrow while on the first line in a text component typically moves the caret to the beginning of the first line. Similarly, pressing the Down arrow while on the last line moves the caret to the end of the last line.

Are there any workarounds? Ctrl/Cmd + Left/Right Arrow as appropriate