Merge lines.love

[?]
Nov 6, 2022, 5:21 PM
RPGTBMMMEVBSUEGLWKVHNCBBNK24RNLOZVAVUCNI46VFBRVAZB6QC

Dependencies

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

Change contents

  • file deletion: commands.lua (----------)commands.lua (----------)
    [4.2][4.207726:207762](),[4.2][4.207726:207762](),[4.207762][4.204370:204370]()
    if Menu_cursor > App.screen.width - 30 then
    return
    end
    App.color(Menu_command_color)
  • replacement in commands.lua at line 47
    [4.1123][4.205499:205552](),[4.205499][4.205499:205552]()
    if Menu_cursor + width > App.screen.width - 5 then
    [4.1123]
    [4.205552]
    if Menu_cursor > App.screen.width - 30 then