typo

[?]
Dec 25, 2022, 3:19 AM
Z3BQO2RKMQO622REOOE3NSF3EMS4FKZOBEEE7JRVYVE4QXDRGQ6AC

Dependencies

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

Change contents

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