typo
[?]
Dec 25, 2022, 3:19 AM
Z3BQO2RKMQO622REOOE3NSF3EMS4FKZOBEEE7JRVYVE4QXDRGQ6ACDependencies
- [2]
BH7BT36Lctrl+a: select entire buffer - [3]
KMSL74GAsupport selections in the source editor - [4]
LF7BWEG4group all editor globals - [5]
KKMFQDR4editing source code from within the app - [6]
2L5MEZV3experiment: new edit namespace - [7]
2CK5QI7Wmake love event names consistent - [8]
UHB4GARJleft/right margin -> left/right coordinates - [9]
LNUHQOGHstart passing in Editor_state explicitly
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 backspace ~= '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 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 backspace ~= '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 not App.is_cursor_movement(chord) then