Merge lines.love

[?]
Dec 5, 2022, 11:53 PM
EG5CRNWCTDA4EI2JWFLVBWJPWSKTAYYPDORN7SZJGBRAMTUUJBDQC

Dependencies

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

Change contents

  • file deletion: source.lua (----------)source.lua (----------)
    [4.2][4.177652:177686](),[4.2][4.177652:177686](),[4.177686][4.165766:165766]()
    love.filesystem.write('config', json.encode(Settings))
    load_file_from_source_or_save_directory('main.lua')
    App.undo_initialize()
    App.run_tests_and_initialize()
    Settings.source = source.settings()
    source.quit()
  • edit in source.lua at line 370
    [2.183]
    [2.183]
    Settings.source = source.settings()
  • edit in source.lua at line 372
    [2.201]
    [2.201]
    love.filesystem.write('config', json.encode(Settings))