Merge lines.love

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

Dependencies

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