bugfix in source editor: don't clear selection on M-arrow

akkartik
Jun 10, 2024, 3:38 AM
TMWSQNZD3AOV2SMW5E2CKG7ICZLAHPWHDELOG53A4LCF73HFAP4AC

Dependencies

  • [2] WK6UK5AJ enhance bugfix of commit a9aa3436f (Dec 2024)
  • [3] BH7BT36L ctrl+a: select entire buffer
  • [4] Z3IQ6A4R bugfix
  • [5] Z3BQO2RK typo
  • [6] 2CK5QI7W make love event names consistent
  • [7] KMSL74GA support selections in the source editor
  • [8] KKMFQDR4 editing source code from within the app

Change contents

  • replacement in source_edit.lua at line 402
    [3.32463][2.11:198]()
    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) then
    [3.32463]
    [3.32597]
    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) then