resolve conflicts
Dependencies
- [2]
KF72R2XXresolve conflicts - [3]
FHNPQBLKmore carefully pass the 'key' arg around - [4]
JUU6KXPCbugfix: don't clear selection on M-arrow - [5]
KNWMKLNJMerge lines.love - [6]
Z3IQ6A4Rbugfix - [7]
OO5GDU53pijul bug: why did previous change not have any effect? - [8]
UHB4GARJleft/right margin -> left/right coordinates - [9]
Z3BQO2RKtypo - [10]
LF7BWEG4group all editor globals - [11]
OWE64YJ2Merge lines.love - [12]
5CDHNEKRMerge lines.love - [13]
BH7BT36Lctrl+a: select entire buffer - [14]
WK6UK5AJenhance bugfix of commit a9aa3436f (Dec 2024) - [15]
P4NJ2KS7resolve conflicts - [16]
VYIA2JFXresolve conflicts - [17]
2L5MEZV3experiment: new edit namespace - [18]
APYPFFS3call edit rather than App callbacks in tests - [19]
2CK5QI7Wmake love event names consistent - [20]
APOMBXMUresolve conflicts - [21]
Z5WOBP27Merge lines.love - [22]
LNUHQOGHstart passing in Editor_state explicitly - [23]
CIK3U5S6Merge lines.love
Change contents
- replacement in edit.lua at line 399
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 - replacement in edit.lua at line 589
function edit.run_after_keychord(State, chord)edit.keychord_press(State, chord)edit.key_release(State, chord)function edit.run_after_keychord(State, chord, key)edit.keychord_press(State, chord, key)edit.key_release(State, key) - edit in edit.lua at line 622[5.17561]→[2.330:330](∅→∅),[5.10752]→[4.0:185](∅→∅),[5.10752]→[4.0:185](∅→∅),[5.6020]→[3.9575:9699](∅→∅),[5.6020]→[3.9575:9699](∅→∅)
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(key) thenfunction edit.run_after_keychord(State, chord, key)edit.keychord_press(State, chord, key)edit.key_release(State, key) - resolve order conflict in edit.lua at line 622[5.17561]