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