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