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