bugfix

[?]
Dec 25, 2022, 3:20 AM
Z3IQ6A4RVO4W33IHGTJS3SYZAFWCW3Z2NWIOHQNJ7AXBUNISE6RQC

Dependencies

  • [2] Z3BQO2RK typo
  • [3] KKMFQDR4 editing source code from within the app
  • [4] UHB4GARJ left/right margin -> left/right coordinates
  • [5] 2L5MEZV3 experiment: new edit namespace
  • [6] BH7BT36L ctrl+a: select entire buffer
  • [7] LNUHQOGH start passing in Editor_state explicitly
  • [8] 2CK5QI7W make love event names consistent
  • [9] LF7BWEG4 group all editor globals
  • [10] KMSL74GA support selections in the source editor

Change contents

  • replacement in source_edit.lua at line 317
    [3.32463][2.11:160]()
    chord ~= 'C-a' and chord ~= 'C-c' and chord ~= 'C-x' and chord ~= 'backspace' and chord ~= 'delete' 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 not App.is_cursor_movement(chord) then
  • replacement in edit.lua at line 307
    [3.10752][2.176:325]()
    chord ~= 'C-a' and chord ~= 'C-c' and chord ~= 'C-x' and chord ~= 'backspace' and chord ~= 'delete' and not App.is_cursor_movement(chord) then
    [3.10752]
    [3.22916]
    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) then