Merge lines.love
[?]
Aug 31, 2023, 7:13 AM
WB6SIB7HPVIOOFHO4BKYZMD23M4GFN2RMK47CZBFBALSVOKTUFUACDependencies
- [2]
HWTLXESCMerge lines.love - [3]
MEP2P6K7yet another set of bugfixes - [4]
73OCE2MCafter much struggle, a brute-force undo - [5]
VXORMHMEdelete experimental REPL - [6]
6LJZN727handle chords - [7]
AVTNUQYRbasic test-enabled framework - [8]
RSZD5A7Gforgot to add json.lua - [9]
K2X6G75Zstart writing some tests for drawings - [10]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [11]
KMSL74GAsupport selections in the source editor - [12]
ORKN6EOBMerge lines.love - [13]
OI4FPFINsupport drawings in the source editor - [14]
VHQCNMARseveral more modules - [15]
JOPVPUSAediting source code from within the app - [16]
N2NUGNN4include a brief reference enabling many useful apps - [17]
RU4HIK43Merge lines.love - [18]
TLOAPLBJadd a license - [19]
OGUV4HSAremove some memory leaks from rendered fragments - [20]
LWPFEZBIMerge lines.love - [21]
4YDBYBA4clean up memory leak experiments - [22]
66X36NZNa little more prose describing manual_tests - [23]
FS2ITYYHrecord a known issue - [24]
OTIBCAUJlove2d scaffold - [25]
CE4LZV4Tdrop last couple of manual tests - [26]
XX7G2FFJintermingle freehand line drawings with text - [27]
VHUNJHXBMerge lines.love - [28]
4SR3Z4Y3document the version of LÖVE I've been using - [29]
ED4Z6ORCcleaner API for file-system access - [30]
K74U4BAUMerge lines.love - [31]
T4FRZSYLdelete an ancient, unused file - [32]
TVCPXAAUrename - [33]
KKMFQDR4editing source code from within the app - [34]
KWHC65JIMerge lines.love - [35]
BULPIBEGbeginnings of a module for the text editor - [36]
ZLJYLPOTMerge lines.love - [37]
ONHKBLLCMerge lines.love - [38]
VP5KC4XZMerge lines.love - [39]
3QNOKBFMbeginnings of a test harness - [40]
3PSFWAILMerge lines.love - [41]
R5QXEHUIsomebody stop me - [42]
MD3W5IRAnew fork: rip out drawing support - [43]
2CTN2IEFMerge lines.love - [44]
B6DS4GZCMerge lines.love - [45]
2L5MEZV3experiment: new edit namespace - [46]
D2GCFTTTclean up repl functionality - [47]
LXTTOB33extract a couple of files - [48]
2344TV56Merge lines.love - [49]
SGMA5JLEsave the list of tests in repo - [50]
BLWAYPKVextract a module
Change contents
- file deletion: source_file.lua source_file.lua
if not outfile thenerror('failed to write to "'..State.filename..'"')endfor _,line in ipairs(State.lines) do - replacement in source_file.lua at line 48
if outfile == nil thenif not outfile then