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