Merge lines.love

[?]
May 15, 2023, 12:12 AM
23KRQC4YMJUCFNAMWCGINPCGUG6CU2U4WWHRVR6O7BISQMYIALHQC

Dependencies

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

Change contents

  • file deletion: source_text.lua (----------)source_text.lua (----------)
    [4.2][4.147062:147101](),[4.2][4.147062:147101](),[4.147101][4.83723:83723]()
    return App.width(line.data:sub(soff, loff-1)), App.width(line.data:sub(soff, hoff))
    end
  • replacement in source_text.lua at line 184
    [4.4555][4.4555:4635]()
    return App.width(line.data:sub(1, loff-1)), App.width(line.data:sub(1, hoff))
    [4.4555]
    [4.95094]
    return App.width(line.data:sub(soff, loff-1)), App.width(line.data:sub(soff, hoff))