focus-editor / focus

A simple and fast text editor
GNU General Public License v3.0
1.81k stars 99 forks source link

Fixes for Move by word #452

Closed onelivesleft closed 2 weeks ago

onelivesleft commented 4 weeks ago

Fixed select_word on whitespace extending over newlines. Fixed _ends skipping non-word chars too far. Removed underscore_is_part_of_word from context. Note: cleaned up char queries in utils.jai; any bugs wrt is_word_char in the near future is probably due to this.

onelivesleft commented 3 weeks ago

Final(?) form: