resolve conflicts
Dependencies
- [2]
FHZ5AG3Mresolve conflicts - [3]
ZLWFFQHIbugfix: scrolling up using scroll wheel - [4]
LWPFEZBIMerge lines.love - [5]
K2X6G75Zstart writing some tests for drawings - [6]
QMRQL2FOresolve conflicts - [7]
CQVWNL4Mresolve conflicts - [8]
3XNFQDDNMerge lines.love - [9]
TBTRYEBPMerge lines.love - [10]
AVTNUQYRbasic test-enabled framework - [11]
2CTN2IEFMerge lines.love - [12]
BULPIBEGbeginnings of a module for the text editor - [13]
IENTL2ITindent - [14]
6VJTQKW7start supporting LÖVE v12 - [15]
QXXISTGEresolve conflicts - [16]
ZLJYLPOTMerge lines.love - [17]
TVCPXAAUrename - [18]
LXTTOB33extract a couple of files - [19]
73OCE2MCafter much struggle, a brute-force undo - [20]
66X36NZNa little more prose describing manual_tests - [21]
WKXJNESIresolve conflicts - [22]
TYLURRX3resolve conflicts - [23]
S7CSVBHZresolve conflicts - [24]
QIR3VBYIresolve conflicts - [25]
VP5KC4XZMerge lines.love - [26]
D2GCFTTTclean up repl functionality - [27]
4SR3Z4Y3document the version of LÖVE I've been using - [28]
VHQCNMARseveral more modules - [29]
U3MJNFUYMerge lines.love - [30]
F5KCYFOYsimpler implementation of bugfix #2 - [31]
O7YTBRQYbugfix: restart search on backspace - [32]
CRBLAWBOresolve conflicts - [33]
R5QXEHUIsomebody stop me - [34]
VXORMHMEdelete experimental REPL - [35]
TFUNIT6Mresolve conflicts - [36]
QZUFJMD5resolve conflicts - [37]
CE4LZV4Tdrop last couple of manual tests - [38]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [39]
RXMHAZ6Vresolve conflicts - [40]
XX7G2FFJintermingle freehand line drawings with text - [41]
I4S4EFYXMerge lines.love - [42]
6LJZN727handle chords - [43]
GVJEOWYQresolve conflicts - [44]
TLOAPLBJadd a license - [45]
3PSFWAILMerge lines.love - [46]
SGMA5JLEsave the list of tests in repo - [47]
KMSL74GAsupport selections in the source editor - [48]
4YDBYBA4clean up memory leak experiments - [49]
R2ASHK5Cfix a bad merge - [50]
SYWQBIO5resolve conflicts - [51]
FS2ITYYHrecord a known issue - [52]
NVSC4N4Kchange a helper slightly - [53]
OGUV4HSAremove some memory leaks from rendered fragments - [54]
KKMFQDR4editing source code from within the app - [55]
YXQOITYSMerge lines.love - [56]
7YGYHOEOMerge lines.love - [57]
OI4FPFINsupport drawings in the source editor - [58]
34BZ5ZKNMerge lines.love - [59]
KKQKPGCIresolve conflicts - [60]
BLWAYPKVextract a module - [61]
OTIBCAUJlove2d scaffold - [62]
N2NUGNN4include a brief reference enabling many useful apps - [63]
VHUNJHXBMerge lines.love - [64]
T4FRZSYLdelete an ancient, unused file - [65]
3QNOKBFMbeginnings of a test harness - [66]
RSZD5A7Gforgot to add json.lua - [67]
ED4Z6ORCcleaner API for file-system access - [68]
TOXPJJYYresolve conflicts - [69]
MBAJPTDJresolve conflicts - [70]
ORKN6EOBMerge lines.love - [71]
JOPVPUSAediting source code from within the app - [72]
FBBHEUQNresolve conflicts - [73]
2L5MEZV3experiment: new edit namespace
Change contents
- file deletion: source_edit.lua source_edit.lua
if State.lines[line].mode == 'text' then return endwhile line <= #State.lines and State.lines[line].mode ~= 'text' doendif line <= #State.lines and State.lines[line].mode == 'text' thenState.cursor1.line = lineState.cursor1.pos = 1endline = line+1 - replacement in source_edit.lua at line 146
while line < #State.lines doif State.lines[line].mode == 'text' then return endwhile line <= #State.lines and State.lines[line].mode ~= 'text' do - replacement in source_edit.lua at line 149
if State.lines[line].mode == 'text' thenState.cursor1.line = lineState.cursor1.pos = 1breakendendif line <= #State.lines and State.lines[line].mode == 'text' thenState.cursor1.line = lineState.cursor1.pos = 1 - edit in edit.lua at line 447[4.12430]→[2.84:84](∅→∅),[4.2150]→[3.408:538](∅→∅),[4.2150]→[3.408:538](∅→∅),[4.2150]→[3.408:538](∅→∅),[4.2101]→[3.284:407](∅→∅),[4.2101]→[3.284:407](∅→∅)
endif line <= #State.lines and State.lines[line].mode == 'text' thenState.cursor1.line = lineState.cursor1.pos = 1if State.lines[line].mode == 'text' then return endwhile line <= #State.lines and State.lines[line].mode ~= 'text' do - resolve order conflict in edit.lua at line 447[4.12430]