Merge lines.love

[?]
Apr 9, 2023, 9:14 PM
JZR3QMTNMDQFTHIN3JFSPFEDJBM4C6JEFCX7I7W4AQVJ37T5PIUAC

Dependencies

  • [2] ZLJYLPOT Merge lines.love
  • [3] OB5XOXVC deemphasize the source editor
  • [4] MOAEVTKJ clean up a few more loose ends
  • [5] TLOAPLBJ add a license
  • [6] 3QNOKBFM beginnings of a test harness
  • [7] VHQCNMAR several more modules
  • [8] UEE5W7WJ document one more shortcut
  • [9] JOPVPUSA editing source code from within the app
  • [10] E5FYDACS a likely source of issues
  • [11] 66X36NZN a little more prose describing manual_tests
  • [12] ORKN6EOB Merge lines.love
  • [13] MD3W5IRA new fork: rip out drawing support
  • [14] VXORMHME delete experimental REPL
  • [15] FS2ITYYH record a known issue
  • [16] TVCPXAAU rename
  • [17] 2L5MEZV3 experiment: new edit namespace
  • [18] 6LJZN727 handle chords
  • [19] RQUVBX62 filter candidates in file navigator
  • [20] ZTZOO2OQ Merge lines.love
  • [21] K2X6G75Z start writing some tests for drawings
  • [22] RSZD5A7G forgot to add json.lua
  • [23] 73OCE2MC after much struggle, a brute-force undo
  • [24] D4FEFHQC flesh out Readme
  • [25] 2CTN2IEF Merge lines.love
  • [26] VBU5YHLR Merge lines.love
  • [27] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing
  • [28] VHUNJHXB Merge lines.love
  • [29] D2GCFTTT clean up repl functionality
  • [30] D3FLL7SL start showing source menu file navigation state graphically
  • [31] KKMFQDR4 editing source code from within the app
  • [32] AVTNUQYR basic test-enabled framework
  • [33] K74U4BAU Merge lines.love
  • [34] VP5KC4XZ Merge lines.love
  • [35] ICFNWHOL create a place for graphical log handlers
  • [36] R5QXEHUI somebody stop me
  • [37] 4SR3Z4Y3 document the version of LÖVE I've been using
  • [38] KWIVKQQ7 Merge lines.love
  • [39] JYZKEDDG Merge lines.love
  • [40] 3PSFWAIL Merge lines.love
  • [41] LXTTOB33 extract a couple of files
  • [42] XX7G2FFJ intermingle freehand line drawings with text
  • [43] L2FWWEQL source: remember cursor position of multiple files
  • [44] KMSL74GA support selections in the source editor
  • [45] BH7BT36L ctrl+a: select entire buffer
  • [46] CE4LZV4T drop last couple of manual tests
  • [47] OGUV4HSA remove some memory leaks from rendered fragments
  • [48] 4YDBYBA4 clean up memory leak experiments
  • [49] OTIBCAUJ love2d scaffold
  • [50] T4FRZSYL delete an ancient, unused file
  • [51] BULPIBEG beginnings of a module for the text editor
  • [52] A4BSGS2C Merge lines.love
  • [53] 2JBAEQHU Merge lines.love
  • [54] BLWAYPKV extract a module

Change contents

  • file deletion: source.lua (----------)source.lua (----------)
    [4.2][4.177652:177686](),[4.2][4.177652:177686](),[4.177686][4.165766:165766]()
    -- Source editor that lets me edit the app from within. However, it's a sharp
    -- tool. I find it convenient, but I also often end up in a bad state that
    -- requires dropping down to external tools (editor, file manager) to fix.
    --
    -- Downstream forks provide a better, "freewheeling" experience for editing
    -- apps live. The source editor provides a half-baked experience for editing
    -- some of the primitives used by true freewheeling apps.
    cursors = {}, -- filename to cursor1, screen_top1
    }
    source = {}
  • edit in source.lua at line 1
    [4.165829]
    [4.165830]
    -- Source editor that lets me edit the app from within. However, it's a sharp
    -- tool. I find it convenient, but I also often end up in a bad state that
    -- requires dropping down to external tools (editor, file manager) to fix.
    --
    -- Downstream forks provide a better, "freewheeling" experience for editing
    -- apps live. The source editor provides a half-baked experience for editing
    -- some of the primitives used by true freewheeling apps.
  • edit in README.md at line 37
    [4.91][4.210405:210438](),[4.739][4.210405:210438](),[4.91][4.210405:210438]()
    * `ctrl+e` to modify the sources