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