Merge text.love

[?]
Dec 25, 2022, 3:29 AM
VSJS6O4C4AHBZ3OI23MGFM22XVZ4TZ36JHK57CBKA2TBQNT2XRAQC

Dependencies

  • [2] C3GUE45I Merge text.love
  • [3] UTDSCN3G Merge lines.love
  • [4] AT3LVCMP Merge text.love
  • [5] 66X36NZN a little more prose describing manual_tests
  • [6] VP5KC4XZ Merge lines.love
  • [7] FS2ITYYH record a known issue
  • [8] KKMFQDR4 editing source code from within the app
  • [9] 4YDBYBA4 clean up memory leak experiments
  • [10] XX7G2FFJ intermingle freehand line drawings with text
  • [11] 36Z442IV back to commit 8123959e52f without code editing
  • [12] 2CTN2IEF Merge lines.love
  • [13] TLOAPLBJ add a license
  • [14] 3PSFWAIL Merge lines.love
  • [15] VO2ZVTWK Merge lines.love
  • [16] D2GCFTTT clean up repl functionality
  • [17] 4DHGKUMD Merge text.love
  • [18] R5QXEHUI somebody stop me
  • [19] BULPIBEG beginnings of a module for the text editor
  • [20] LXTTOB33 extract a couple of files
  • [21] 2L5MEZV3 experiment: new edit namespace
  • [22] KMSL74GA support selections in the source editor
  • [23] RSZD5A7G forgot to add json.lua
  • [24] 6LJZN727 handle chords
  • [25] T4FRZSYL delete an ancient, unused file
  • [26] D4B52CQ2 Merge lines.love
  • [27] MD3W5IRA new fork: rip out drawing support
  • [28] ETXNVRPT Merge lines.love
  • [29] XGHCLIKB Merge lines.love
  • [30] TVCPXAAU rename
  • [31] OGUV4HSA remove some memory leaks from rendered fragments
  • [32] VHUNJHXB Merge lines.love
  • [33] 73OCE2MC after much struggle, a brute-force undo
  • [34] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing
  • [35] SCOXD4EO Merge lines.love
  • [36] ORKN6EOB Merge lines.love
  • [37] CE4LZV4T drop last couple of manual tests
  • [38] AVTNUQYR basic test-enabled framework
  • [39] OTIBCAUJ love2d scaffold
  • [40] 3QNOKBFM beginnings of a test harness
  • [41] BLWAYPKV extract a module
  • [42] VXORMHME delete experimental REPL
  • [43] K2X6G75Z start writing some tests for drawings
  • [44] VHQCNMAR several more modules
  • [45] GUOQRUL7 Merge lines.love
  • [46] JOPVPUSA editing source code from within the app
  • [47] RXNR3U5E Merge text.love

Change contents

  • file deletion: source_edit.lua (----------)source_edit.lua (----------)
    [4.2][4.165788:165827](),[4.2][4.165788:165827](),[4.165827][4.152503:152503]()
    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
    Text.delete_selection(State, State.left, State.right)
    end