Merge lines.love

[?]
Apr 9, 2023, 5:01 AM
2JBAEQHUJZRKTFH6FYMEQMPE2WFE2GS6VDLDHINCJ66SFKZQQSLQC

Dependencies

  • [2] ZLJYLPOT Merge lines.love
  • [3] WK6UK5AJ enhance bugfix of commit a9aa3436f (Dec 2024)
  • [4] VXORMHME delete experimental REPL
  • [5] TVCPXAAU rename
  • [6] 4YDBYBA4 clean up memory leak experiments
  • [7] 2L5MEZV3 experiment: new edit namespace
  • [8] 3PSFWAIL Merge lines.love
  • [9] ZTZOO2OQ Merge lines.love
  • [10] AVTNUQYR basic test-enabled framework
  • [11] A4BSGS2C Merge lines.love
  • [12] VP5KC4XZ Merge lines.love
  • [13] BLWAYPKV extract a module
  • [14] KWIVKQQ7 Merge lines.love
  • [15] OGUV4HSA remove some memory leaks from rendered fragments
  • [16] MD3W5IRA new fork: rip out drawing support
  • [17] OTIBCAUJ love2d scaffold
  • [18] FS2ITYYH record a known issue
  • [19] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing
  • [20] 3QNOKBFM beginnings of a test harness
  • [21] 73OCE2MC after much struggle, a brute-force undo
  • [22] KMSL74GA support selections in the source editor
  • [23] 2CK5QI7W make love event names consistent
  • [24] Z3BQO2RK typo
  • [25] UTDSCN3G Merge lines.love
  • [26] K74U4BAU Merge lines.love
  • [27] BULPIBEG beginnings of a module for the text editor
  • [28] 6LJZN727 handle chords
  • [29] CE4LZV4T drop last couple of manual tests
  • [30] JOPVPUSA editing source code from within the app
  • [31] ORKN6EOB Merge lines.love
  • [32] R5QXEHUI somebody stop me
  • [33] KKMFQDR4 editing source code from within the app
  • [34] 4SR3Z4Y3 document the version of LÖVE I've been using
  • [35] K2X6G75Z start writing some tests for drawings
  • [36] RSZD5A7G forgot to add json.lua
  • [37] Z3IQ6A4R bugfix
  • [38] D4B52CQ2 Merge lines.love
  • [39] SCOXD4EO Merge lines.love
  • [40] TLOAPLBJ add a license
  • [41] VHQCNMAR several more modules
  • [42] 2CTN2IEF Merge lines.love
  • [43] LXTTOB33 extract a couple of files
  • [44] BH7BT36L ctrl+a: select entire buffer
  • [45] XX7G2FFJ intermingle freehand line drawings with text
  • [46] 66X36NZN a little more prose describing manual_tests
  • [47] T4FRZSYL delete an ancient, unused file
  • [48] D2GCFTTT clean up repl functionality
  • [49] VHUNJHXB Merge lines.love

Change contents

  • file deletion: source_edit.lua (----------)source_edit.lua (----------)
    [4.2][4.165725:165764](),[4.2][4.165725:165764](),[4.165764][4.152440:152440]()
    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
    Text.delete_selection(State, State.left, State.right)
    end
  • replacement in source_edit.lua at line 348
    [4.25659][4.11:179]()
    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
    [4.25659]
    [4.25793]
    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