Merge lines.love
[?]
Mar 25, 2023, 7:44 PM
MQTFTTEKM2ZQRZZU6NRIF3AJPVJSA3NQP6EQKKI6J4CBRPYFGFDQCDependencies
- [2]
4U4VQWNYMerge lines.love - [3]
73P42BEUstop reusing cursor locations between files - [4]
2TQUKHBCMerge lines.love - [5]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [6]
2L5MEZV3experiment: new edit namespace - [7]
4YDBYBA4clean up memory leak experiments - [8]
ZTZOO2OQMerge lines.love - [9]
BULPIBEGbeginnings of a module for the text editor - [10]
K2X6G75Zstart writing some tests for drawings - [11]
KMSL74GAsupport selections in the source editor - [12]
XX7G2FFJintermingle freehand line drawings with text - [13]
6LJZN727handle chords - [14]
K74U4BAUMerge lines.love - [15]
OGUV4HSAremove some memory leaks from rendered fragments - [16]
3QNOKBFMbeginnings of a test harness - [17]
4SR3Z4Y3document the version of LÖVE I've been using - [18]
U3MJNFUYMerge lines.love - [19]
Q7XPSKIIMerge lines.love - [20]
VOU73AK6Merge lines.love - [21]
VHQCNMARseveral more modules - [22]
JOPVPUSAediting source code from within the app - [23]
3PSFWAILMerge lines.love - [24]
LXTTOB33extract a couple of files - [25]
VXORMHMEdelete experimental REPL - [26]
GUOQRUL7Merge lines.love - [27]
KKMFQDR4editing source code from within the app - [28]
CE4LZV4Tdrop last couple of manual tests - [29]
T4FRZSYLdelete an ancient, unused file - [30]
VHUNJHXBMerge lines.love - [31]
ETXNVRPTMerge lines.love - [32]
ORKN6EOBMerge lines.love - [33]
A4BSGS2CMerge lines.love - [34]
R5QXEHUIsomebody stop me - [35]
7VGDIPLCmore robust state validation - [36]
2CTN2IEFMerge lines.love - [37]
RSZD5A7Gforgot to add json.lua - [38]
OTIBCAUJlove2d scaffold - [39]
AVTNUQYRbasic test-enabled framework - [40]
2CK5QI7Wmake love event names consistent - [41]
FS2ITYYHrecord a known issue - [42]
BLWAYPKVextract a module - [43]
73OCE2MCafter much struggle, a brute-force undo - [44]
MD3W5IRAnew fork: rip out drawing support - [45]
66X36NZNa little more prose describing manual_tests - [46]
OMLASW7Kexperiment at avoiding some merge conflicts - [47]
TLOAPLBJadd a license - [48]
VP5KC4XZMerge lines.love - [49]
TVCPXAAUrename - [50]
D2GCFTTTclean up repl functionality
Change contents
- file deletion: run.lua run.lua
Editor_state.screen_top1 = {line=1, pos=1}Editor_state.cursor1 = {line=1, pos=1}-- keep a few blank lines around: https://merveilles.town/@akkartik/110084833821965708 - replacement in run.lua at line 125
edit.check_locs(Editor_state)Editor_state.screen_top1 = {line=1, pos=1}Editor_state.cursor1 = {line=1, pos=1}