Merge lines.love

[?]
Jan 7, 2023, 1:47 AM
KG7YVGVRDJVCKZ3SZMNWO4QGYPVOT27DH7TBQGRUMPOUDVQ6J5XQC

Dependencies

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

Change contents

  • file deletion: run.lua (----------)run.lua (----------)
    [4.2][4.184046:184077](),[4.2][4.184046:184077](),[4.184077][4.178044:178044]()
    return edit.mouse_press(Editor_state, x,y, mouse_button)
    end
    function run.mouse_press(x,y, mouse_button)
    Cursor_time = 0 -- ensure cursor is visible immediately after it moves
  • replacement in run.lua at line 152
    [4.182826][4.182826:182872]()
    function run.mouse_pressed(x,y, mouse_button)
    [4.182826]
    [4.182872]
    function run.mouse_press(x,y, mouse_button)
  • replacement in run.lua at line 154
    [4.182946][4.182946:183007]()
    return edit.mouse_pressed(Editor_state, x,y, mouse_button)
    [4.182946]
    [4.183007]
    return edit.mouse_press(Editor_state, x,y, mouse_button)