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