enhance bugfix of commit a9aa3436f (Dec 2024)
[?]
Apr 9, 2023, 4:55 AM
WK6UK5AJS5RPR55LNME5IHQOIHYNEB6WWJHFXVSTBG6VR4ZA72MACDependencies
- [2]
Z3IQ6A4Rbugfix - [3]
2L5MEZV3experiment: new edit namespace - [4]
KKMFQDR4editing source code from within the app - [5]
LF7BWEG4group all editor globals - [6]
BH7BT36Lctrl+a: select entire buffer - [7]
2CK5QI7Wmake love event names consistent - [8]
Z3BQO2RKtypo - [9]
LNUHQOGHstart passing in Editor_state explicitly - [10]
UHB4GARJleft/right margin -> left/right coordinates - [11]
KMSL74GAsupport selections in the source editor
Change contents
- replacement in source_edit.lua at line 348
chord ~= 'C-a' and chord ~= 'C-c' and chord ~= 'C-x' and chord ~= 'backspace' and chord ~= 'delete' and chord ~= 'C-z' 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(chord) then - replacement in edit.lua at line 347
chord ~= 'C-a' and chord ~= 'C-c' and chord ~= 'C-x' and chord ~= 'backspace' and chord ~= 'delete' and chord ~= 'C-z' 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(chord) then