bugfix in source editor: don't clear selection on M-arrow
Dependencies
- [2]
WK6UK5AJenhance bugfix of commit a9aa3436f (Dec 2024) - [3]
BH7BT36Lctrl+a: select entire buffer - [4]
Z3IQ6A4Rbugfix - [5]
Z3BQO2RKtypo - [6]
2CK5QI7Wmake love event names consistent - [7]
KMSL74GAsupport selections in the source editor - [8]
KKMFQDR4editing source code from within the app
Change contents
- replacement in source_edit.lua at line 402
chord ~= 'C-a' and chord ~= 'C-c' and chord ~= 'C-x' and chord ~= 'backspace' and chord ~= 'delete' and chord ~= 'C-z' and chord ~= 'C-y' and not App.is_cursor_movement(chord) thenchord ~= 'C-a' and chord ~= 'C-c' and chord ~= 'C-x' and chord ~= 'backspace' and chord ~= 'delete' and chord ~= 'C-z' and chord ~= 'C-y' and not App.is_cursor_movement(key) then