Merge lines.love

[?]
Jun 17, 2023, 5:47 PM
LWPFEZBIUTRAZGDLG44NUYAW7WXWUEW4C3VI57WDHEMGVKFZZ6VQC

Dependencies

  • [2] ZTZOO2OQ Merge lines.love
  • [3] 3DJI6BOH stop highlighting strings in code
  • [4] VHUNJHXB Merge lines.love
  • [5] VP5KC4XZ Merge lines.love
  • [6] TVCPXAAU rename
  • [7] AVTNUQYR basic test-enabled framework
  • [8] D2GCFTTT clean up repl functionality
  • [9] JOPVPUSA editing source code from within the app
  • [10] 3PSFWAIL Merge lines.love
  • [11] SGMA5JLE save the list of tests in repo
  • [12] ONHKBLLC Merge lines.love
  • [13] TLOAPLBJ add a license
  • [14] OGUV4HSA remove some memory leaks from rendered fragments
  • [15] 6LJZN727 handle chords
  • [16] A4BSGS2C Merge lines.love
  • [17] R5QXEHUI somebody stop me
  • [18] LXTTOB33 extract a couple of files
  • [19] KKMFQDR4 editing source code from within the app
  • [20] BULPIBEG beginnings of a module for the text editor
  • [21] BLWAYPKV extract a module
  • [22] K74U4BAU Merge lines.love
  • [23] 3QNOKBFM beginnings of a test harness
  • [24] CE4LZV4T drop last couple of manual tests
  • [25] ZLJYLPOT Merge lines.love
  • [26] DW6SNODM source editing: highlight [[ ]] comments/strings
  • [27] XX7G2FFJ intermingle freehand line drawings with text
  • [28] OTIBCAUJ love2d scaffold
  • [29] 4YDBYBA4 clean up memory leak experiments
  • [30] K2X6G75Z start writing some tests for drawings
  • [31] ORKN6EOB Merge lines.love
  • [32] T4FRZSYL delete an ancient, unused file
  • [33] 2L5MEZV3 experiment: new edit namespace
  • [34] N2NUGNN4 include a brief reference enabling many useful apps
  • [35] VXORMHME delete experimental REPL
  • [36] VHQCNMAR several more modules
  • [37] 4SR3Z4Y3 document the version of LÖVE I've been using
  • [38] FS2ITYYH record a known issue
  • [39] JDZVBFEI Merge lines.love
  • [40] KMSL74GA support selections in the source editor
  • [41] RSZD5A7G forgot to add json.lua
  • [42] 3XNFQDDN Merge lines.love
  • [43] 73OCE2MC after much struggle, a brute-force undo
  • [44] 2344TV56 Merge lines.love
  • [45] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing
  • [46] 66X36NZN a little more prose describing manual_tests
  • [47] VO2ZVTWK Merge lines.love
  • [48] MD3W5IRA new fork: rip out drawing support
  • [49] 2CTN2IEF Merge lines.love

Change contents

  • file deletion: colorize.lua (----------)colorize.lua (----------)
    [4.2][4.209677:209713](),[4.2][4.209677:209713](),[4.209713][4.207764:207764]()
    -- these don't mostly work well until we can change color within words
    -- {prefix='"', target='dstring'},
    -- {prefix="'", target='sstring'},
    {prefix='[[', target='block_string'}, -- only single line for now
  • replacement in colorize.lua at line 9
    [4.207472][4.207472:207544]()
    {prefix='"', target='dstring'},
    {prefix="'", target='sstring'},
    [4.207472]
    [4.105]
    -- these don't mostly work well until we can change color within words
    -- {prefix='"', target='dstring'},
    -- {prefix="'", target='sstring'},