resolve conflicts
Dependencies
- [2]
W4IC4QIZresolve conflicts - [3]
7JEYXICUresolve conflicts - [4]
4YDBYBA4clean up memory leak experiments - [5]
6VJTQKW7start supporting LÖVE v12 - [6]
K2X6G75Zstart writing some tests for drawings - [7]
FM5LDKGTMerge text.love - [8]
VXRYVZ74Merge text.love - [9]
66X36NZNa little more prose describing manual_tests - [10]
BULPIBEGbeginnings of a module for the text editor - [11]
KMSL74GAsupport selections in the source editor - [12]
ZLJYLPOTMerge lines.love - [13]
6LJZN727handle chords - [14]
VHQCNMARseveral more modules - [15]
OTIBCAUJlove2d scaffold - [16]
N2NUGNN4include a brief reference enabling many useful apps - [17]
36Z442IVback to commit 8123959e52f without code editing - [18]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [19]
34BZ5ZKNMerge lines.love - [20]
FS2ITYYHrecord a known issue - [21]
3PSFWAILMerge lines.love - [22]
4SR3Z4Y3document the version of LÖVE I've been using - [23]
AVTNUQYRbasic test-enabled framework - [24]
73OCE2MCafter much struggle, a brute-force undo - [25]
ORKN6EOBMerge lines.love - [26]
PJ5PQAQErecord support for multiple versions - [27]
2CFLXLIEMerge text.love - [28]
TBTRYEBPMerge lines.love - [29]
KKMFQDR4editing source code from within the app - [30]
LXTTOB33extract a couple of files - [31]
ED4Z6ORCcleaner API for file-system access - [32]
M5JXTW56Merge text.love - [33]
2L5MEZV3experiment: new edit namespace - [34]
QD4LOFQRMerge text.love - [35]
SGMA5JLEsave the list of tests in repo - [36]
R5QXEHUIsomebody stop me - [37]
Q6RXCILQMerge text.love - [38]
GFBOJWNEresolve conflicts - [39]
CE4LZV4Tdrop last couple of manual tests - [40]
RU4HIK43Merge lines.love - [41]
BLWAYPKVextract a module - [42]
OGUV4HSAremove some memory leaks from rendered fragments - [43]
LWPFEZBIMerge lines.love - [44]
5LN2NUSEresolve conflicts - [45]
VP5KC4XZMerge lines.love - [46]
3QNOKBFMbeginnings of a test harness - [47]
2CTN2IEFMerge lines.love - [48]
VHUNJHXBMerge lines.love - [49]
CAG7PP5YMerge text.love - [50]
TLOAPLBJadd a license - [51]
XX7G2FFJintermingle freehand line drawings with text - [52]
RSZD5A7Gforgot to add json.lua - [53]
KKQKPGCIresolve conflicts - [54]
VLTU33KWresolve conflicts - [55]
JOPVPUSAediting source code from within the app - [56]
D2GCFTTTclean up repl functionality - [57]
TFUNIT6Mresolve conflicts - [58]
TVCPXAAUrename - [59]
VXORMHMEdelete experimental REPL - [60]
T4FRZSYLdelete an ancient, unused file
Change contents
- file deletion: source_text.lua source_text.lua
local len = utf8.len(s)local offset = Text.offset(s, math.min(pos+1, len+1))local s_before = s:sub(1, offset-1)--? print('^'..s_before..'$')