bugfix
[?]
Dec 25, 2022, 3:20 AM
Z3IQ6A4RVO4W33IHGTJS3SYZAFWCW3Z2NWIOHQNJ7AXBUNISE6RQCDependencies
- [2]
Z3BQO2RKtypo - [3]
KKMFQDR4editing source code from within the app - [4]
UHB4GARJleft/right margin -> left/right coordinates - [5]
2L5MEZV3experiment: new edit namespace - [6]
BH7BT36Lctrl+a: select entire buffer - [7]
LNUHQOGHstart passing in Editor_state explicitly - [8]
2CK5QI7Wmake love event names consistent - [9]
LF7BWEG4group all editor globals - [10]
KMSL74GAsupport selections in the source editor
Change contents
- replacement in source_edit.lua at line 317
chord ~= 'C-a' and chord ~= 'C-c' and chord ~= 'C-x' and chord ~= 'backspace' and chord ~= 'delete' 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 not App.is_cursor_movement(chord) then - replacement in edit.lua at line 307
chord ~= 'C-a' and chord ~= 'C-c' and chord ~= 'C-x' and chord ~= 'backspace' and chord ~= 'delete' 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 not App.is_cursor_movement(chord) then