Merge lines.love
[?]
May 15, 2023, 12:12 AM
23KRQC4YMJUCFNAMWCGINPCGUG6CU2U4WWHRVR6O7BISQMYIALHQCDependencies
- [2]
KB7KTSCPMerge lines.love - [3]
VNVRFP2Vbugfix: rendering hyperlinks in wrapping lines - [4]
4YDBYBA4clean up memory leak experiments - [5]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [6]
TLOAPLBJadd a license - [7]
ZTZOO2OQMerge lines.love - [8]
BLWAYPKVextract a module - [9]
G54H3YG2get rid of all bifold text - [10]
2JBAEQHUMerge lines.love - [11]
AVTNUQYRbasic test-enabled framework - [12]
TVCPXAAUrename - [13]
VP5KC4XZMerge lines.love - [14]
66X36NZNa little more prose describing manual_tests - [15]
ORKN6EOBMerge lines.love - [16]
FS2ITYYHrecord a known issue - [17]
D2GCFTTTclean up repl functionality - [18]
GZ5WULJVswitch source side to new screen-line-based render - [19]
73OCE2MCafter much struggle, a brute-force undo - [20]
2L5MEZV3experiment: new edit namespace - [21]
OTIBCAUJlove2d scaffold - [22]
2CTN2IEFMerge lines.love - [23]
3PSFWAILMerge lines.love - [24]
K2X6G75Zstart writing some tests for drawings - [25]
6LJZN727handle chords - [26]
OGUV4HSAremove some memory leaks from rendered fragments - [27]
VXORMHMEdelete experimental REPL - [28]
3QNOKBFMbeginnings of a test harness - [29]
CE4LZV4Tdrop last couple of manual tests - [30]
MD3W5IRAnew fork: rip out drawing support - [31]
VHQCNMARseveral more modules - [32]
JOPVPUSAediting source code from within the app - [33]
4SR3Z4Y3document the version of LÖVE I've been using - [34]
ZLJYLPOTMerge lines.love - [35]
VHUNJHXBMerge lines.love - [36]
R5QXEHUIsomebody stop me - [37]
RAXUQQ6ZMerge lines.love - [38]
BULPIBEGbeginnings of a module for the text editor - [39]
N2NUGNN4include a brief reference enabling many useful apps - [40]
KKMFQDR4editing source code from within the app - [41]
JZR3QMTNMerge lines.love - [42]
K74U4BAUMerge lines.love - [43]
T4FRZSYLdelete an ancient, unused file - [44]
LXTTOB33extract a couple of files - [45]
XX7G2FFJintermingle freehand line drawings with text - [46]
RSZD5A7Gforgot to add json.lua - [47]
KMSL74GAsupport selections in the source editor - [48]
A4BSGS2CMerge lines.love - [49]
KWIVKQQ7Merge lines.love
Change contents
- file deletion: source_text.lua source_text.lua
return App.width(line.data:sub(soff, loff-1)), App.width(line.data:sub(soff, hoff))end - replacement in source_text.lua at line 184
return App.width(line.data:sub(1, loff-1)), App.width(line.data:sub(1, hoff))return App.width(line.data:sub(soff, loff-1)), App.width(line.data:sub(soff, hoff))