Merge lines.love
[?]
Apr 9, 2023, 9:14 PM
JZR3QMTNMDQFTHIN3JFSPFEDJBM4C6JEFCX7I7W4AQVJ37T5PIUACDependencies
- [2]
ZLJYLPOTMerge lines.love - [3]
OB5XOXVCdeemphasize the source editor - [4]
T4FRZSYLdelete an ancient, unused file - [5]
D4FEFHQCflesh out Readme - [6]
TVCPXAAUrename - [7]
LXTTOB33extract a couple of files - [8]
ORKN6EOBMerge lines.love - [9]
4SR3Z4Y3document the version of LÖVE I've been using - [10]
OGUV4HSAremove some memory leaks from rendered fragments - [11]
BULPIBEGbeginnings of a module for the text editor - [12]
K2X6G75Zstart writing some tests for drawings - [13]
MOAEVTKJclean up a few more loose ends - [14]
D3FLL7SLstart showing source menu file navigation state graphically - [15]
BH7BT36Lctrl+a: select entire buffer - [16]
KWIVKQQ7Merge lines.love - [17]
4YDBYBA4clean up memory leak experiments - [18]
KMSL74GAsupport selections in the source editor - [19]
XX7G2FFJintermingle freehand line drawings with text - [20]
BLWAYPKVextract a module - [21]
VP5KC4XZMerge lines.love - [22]
R5QXEHUIsomebody stop me - [23]
UEE5W7WJdocument one more shortcut - [24]
2L5MEZV3experiment: new edit namespace - [25]
73OCE2MCafter much struggle, a brute-force undo - [26]
MD3W5IRAnew fork: rip out drawing support - [27]
VHUNJHXBMerge lines.love - [28]
66X36NZNa little more prose describing manual_tests - [29]
2JBAEQHUMerge lines.love - [30]
JYZKEDDGMerge lines.love - [31]
E5FYDACSa likely source of issues - [32]
K74U4BAUMerge lines.love - [33]
OTIBCAUJlove2d scaffold - [34]
AVTNUQYRbasic test-enabled framework - [35]
A4BSGS2CMerge lines.love - [36]
JOPVPUSAediting source code from within the app - [37]
2CTN2IEFMerge lines.love - [38]
RSZD5A7Gforgot to add json.lua - [39]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [40]
D2GCFTTTclean up repl functionality - [41]
VHQCNMARseveral more modules - [42]
TLOAPLBJadd a license - [43]
FS2ITYYHrecord a known issue - [44]
3QNOKBFMbeginnings of a test harness - [45]
CE4LZV4Tdrop last couple of manual tests - [46]
KKMFQDR4editing source code from within the app - [47]
3PSFWAILMerge lines.love - [48]
ZTZOO2OQMerge lines.love - [49]
ICFNWHOLcreate a place for graphical log handlers - [50]
6LJZN727handle chords - [51]
RQUVBX62filter candidates in file navigator - [52]
VXORMHMEdelete experimental REPL - [53]
VBU5YHLRMerge lines.love - [54]
L2FWWEQLsource: remember cursor position of multiple files
Change contents
- file deletion: source.lua source.lua
-- 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
-- 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
* `ctrl+e` to modify the sources