Merge lines.love

[?]
Mar 26, 2023, 12:23 AM
ASP5RVZAZS6SODXRQFKFHVW74EM7AMDDCSMRV7CROJFBKYINTGHQC

Dependencies

  • [2] VOU73AK6 Merge lines.love
  • [3] F3NPUCCM update stale information
  • [4] K2X6G75Z start writing some tests for drawings
  • [5] U3MJNFUY Merge lines.love
  • [6] OTIBCAUJ love2d scaffold
  • [7] 3QNOKBFM beginnings of a test harness
  • [8] TVCPXAAU rename
  • [9] CE4LZV4T drop last couple of manual tests
  • [10] JOPVPUSA editing source code from within the app
  • [11] KKMFQDR4 editing source code from within the app
  • [12] RSZD5A7G forgot to add json.lua
  • [13] GUOQRUL7 Merge lines.love
  • [14] OI4FPFIN support drawings in the source editor
  • [15] KQWIMWJ5 deemphasize the terminal in Readme
  • [16] KMSL74GA support selections in the source editor
  • [17] AVTNUQYR basic test-enabled framework
  • [18] FS2ITYYH record a known issue
  • [19] ZJOSQFN6 bugfix: path munging on Windows
  • [20] PNBKVYZ4 more cogent onboarding instructions
  • [21] ORKN6EOB Merge lines.love
  • [22] 4SR3Z4Y3 document the version of LÖVE I've been using
  • [23] 2L5MEZV3 experiment: new edit namespace
  • [24] ETXNVRPT Merge lines.love
  • [25] D2GCFTTT clean up repl functionality
  • [26] VP5KC4XZ Merge lines.love
  • [27] XX7G2FFJ intermingle freehand line drawings with text
  • [28] 73OCE2MC after much struggle, a brute-force undo
  • [29] LDFXFRUO bring a few things in sync between run and source
  • [30] 2TQUKHBC Merge lines.love
  • [31] BLWAYPKV extract a module
  • [32] 66X36NZN a little more prose describing manual_tests
  • [33] T4FRZSYL delete an ancient, unused file
  • [34] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing
  • [35] CZRMAMSB clearer discription of how to run lines.love
  • [36] VHUNJHXB Merge lines.love
  • [37] P3K7UH5C Merge lines.love
  • [38] VXORMHME delete experimental REPL
  • [39] D4FEFHQC flesh out Readme
  • [40] MD3W5IRA new fork: rip out drawing support
  • [41] MQTFTTEK Merge lines.love
  • [42] 4U4VQWNY Merge lines.love
  • [43] B4JEWKWI hide editor cursor while in file navigator
  • [44] TLOAPLBJ add a license
  • [45] 6LJZN727 handle chords
  • [46] LXTTOB33 extract a couple of files
  • [47] BULPIBEG beginnings of a module for the text editor
  • [48] Q7XPSKII Merge lines.love
  • [49] VHQCNMAR several more modules
  • [50] ZTZOO2OQ Merge lines.love
  • [51] IX5YTLSV state validation in source editor as well
  • [52] 2CTN2IEF Merge lines.love
  • [53] 4YDBYBA4 clean up memory leak experiments
  • [54] R5QXEHUI somebody stop me
  • [55] K74U4BAU Merge lines.love
  • [56] A4BSGS2C Merge lines.love
  • [57] OGUV4HSA remove some memory leaks from rendered fragments
  • [58] 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]()
    filename = love.filesystem.getSourceBaseDirectory()..'/lines.txt', -- '/' should work even on Windows
    next_save = nil,
    -- undo
    history = {},
    next_history = 1,
    -- search
    search_term = nil,
    search_text = nil,
    search_backup = nil, -- stuff to restore when cancelling search
    }
    return result
    end -- App.initialize_state
  • replacement in source_edit.lua at line 98
    [4.155094][4.11:112]()
    filename = love.filesystem.getUserDirectory()..'/lines.txt', -- '/' should work even on Windows
    [4.155094]
    [4.155159]
    filename = love.filesystem.getSourceBaseDirectory()..'/lines.txt', -- '/' should work even on Windows
  • replacement in README.md at line 24
    [4.223][4.11864:11929](),[4.223][4.11864:11929](),[4.223][3.142:214]()
    By default, it reads/writes the file `lines.txt` in your default
    By default, lines.love reads/writes the file `lines.txt` in a directory
    [4.223]
    [3.214]
    By default, it reads/writes the file `lines.txt` in a directory