Merge text.love
[?]
Apr 9, 2023, 9:15 PM
YDUIKWSF4DBQJR5MM5BF5JGBGCZNRRCIPZLV3L2QXYR5TOBLB7OACDependencies
- [2]
QD4LOFQRMerge text.love - [3]
JZR3QMTNMerge lines.love - [4]
VHUNJHXBMerge lines.love - [5]
ZLJYLPOTMerge lines.love - [6]
66X36NZNa little more prose describing manual_tests - [7]
4YDBYBA4clean up memory leak experiments - [8]
ORKN6EOBMerge lines.love - [9]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [10]
D2GCFTTTclean up repl functionality - [11]
MD3W5IRAnew fork: rip out drawing support - [12]
KMSL74GAsupport selections in the source editor - [13]
VXORMHMEdelete experimental REPL - [14]
VHQCNMARseveral more modules - [15]
JYZKEDDGMerge lines.love - [16]
3QNOKBFMbeginnings of a test harness - [17]
LXTTOB33extract a couple of files - [18]
CE4LZV4Tdrop last couple of manual tests - [19]
VP5KC4XZMerge lines.love - [20]
OTIBCAUJlove2d scaffold - [21]
XX7G2FFJintermingle freehand line drawings with text - [22]
KKMFQDR4editing source code from within the app - [23]
BULPIBEGbeginnings of a module for the text editor - [24]
OGUV4HSAremove some memory leaks from rendered fragments - [25]
T4FRZSYLdelete an ancient, unused file - [26]
VBU5YHLRMerge lines.love - [27]
3PSFWAILMerge lines.love - [28]
2CTN2IEFMerge lines.love - [29]
CBTPWFGMMerge text.love - [30]
RSZD5A7Gforgot to add json.lua - [31]
6LJZN727handle chords - [32]
K74U4BAUMerge lines.love - [33]
A4BSGS2CMerge lines.love - [34]
OB5XOXVCdeemphasize the source editor - [35]
FS2ITYYHrecord a known issue - [36]
IYW7X3WLleft/right cursor movement, deleting characters - [37]
73OCE2MCafter much struggle, a brute-force undo - [38]
TLOAPLBJadd a license - [39]
EX43CDDIMerge text.love - [40]
ZTZOO2OQMerge lines.love - [41]
2JBAEQHUMerge lines.love - [42]
R5QXEHUIsomebody stop me - [43]
TVCPXAAUrename - [44]
2L5MEZV3experiment: new edit namespace - [45]
Q6RXCILQMerge text.love - [46]
36Z442IVback to commit 8123959e52f without code editing - [47]
JOPVPUSAediting source code from within the app - [48]
AVTNUQYRbasic test-enabled framework - [49]
UAYCSFSKMerge text.love - [50]
4SR3Z4Y3document the version of LÖVE I've been using - [51]
KWIVKQQ7Merge lines.love - [52]
2CFLXLIEMerge text.love - [53]
BLWAYPKVextract a module - [54]
ECBDENZ4Merge text.love - [55]
K2X6G75Zstart writing some tests for drawings - [56]
O3WZWLYCMerge text.love - [57]
4CTZOJPCstop pretending globals are local
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.source = {} - edit in main.lua at line 1
-- Wrapper that combines the app with a 'source editor' that allows editing-- the app in place.---- The source editor is 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.