resolve conflicts
Dependencies
- [2]
PT7ICD7Zresolve conflicts - [3]
RM5MIEFZbugfix - [4]
BLWAYPKVextract a module - [5]
VP5KC4XZMerge lines.love - [6]
KMSL74GAsupport selections in the source editor - [7]
KKQKPGCIresolve conflicts - [8]
CE4LZV4Tdrop last couple of manual tests - [9]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [10]
RSZD5A7Gforgot to add json.lua - [11]
T42Y5MLOexplicitly specify app name - [12]
F4RUTONDsplit up editor tests between LÖVE 11 and LÖVE 12 - [13]
XX7G2FFJintermingle freehand line drawings with text - [14]
OTIBCAUJlove2d scaffold - [15]
2EELKVO2resolve conflicts - [16]
66X36NZNa little more prose describing manual_tests - [17]
VXORMHMEdelete experimental REPL - [18]
VZPH3XJKupdate source editor - [19]
D4B52CQ2Merge lines.love - [20]
4YDBYBA4clean up memory leak experiments - [21]
3PSFWAILMerge lines.love - [22]
6VJTQKW7start supporting LÖVE v12 - [23]
RUB7L6GYresolve conflicts - [24]
KKMFQDR4editing source code from within the app - [25]
6LJZN727handle chords - [26]
T4FRZSYLdelete an ancient, unused file - [27]
K2X6G75Zstart writing some tests for drawings - [28]
VHQCNMARseveral more modules - [29]
JOPVPUSAediting source code from within the app - [30]
4SR3Z4Y3document the version of LÖVE I've been using - [31]
N2NUGNN4include a brief reference enabling many useful apps - [32]
ZLJYLPOTMerge lines.love - [33]
AVTNUQYRbasic test-enabled framework - [34]
SGMA5JLEsave the list of tests in repo - [35]
D2GCFTTTclean up repl functionality - [36]
ORKN6EOBMerge lines.love - [37]
ED4Z6ORCcleaner API for file-system access - [38]
R5QXEHUIsomebody stop me - [39]
MBAJPTDJresolve conflicts - [40]
2CTN2IEFMerge lines.love - [41]
FYJXSWXVresolve conflicts - [42]
LXTTOB33extract a couple of files - [43]
FS2ITYYHrecord a known issue - [44]
2L5MEZV3experiment: new edit namespace - [45]
VHUNJHXBMerge lines.love - [46]
6TBU3VTNexplicitly state when operations manage undo - [47]
FBBHEUQNresolve conflicts - [48]
OGUV4HSAremove some memory leaks from rendered fragments - [49]
73OCE2MCafter much struggle, a brute-force undo - [50]
LWPFEZBIMerge lines.love - [51]
OI4FPFINsupport drawings in the source editor - [52]
BULPIBEGbeginnings of a module for the text editor - [53]
TLOAPLBJadd a license - [54]
3QNOKBFMbeginnings of a test harness - [55]
TVCPXAAUrename
Change contents
- file deletion: source_text.lua source_text.lua
returnendif State.cursor1.line == 1 and State.cursor1.pos == 1 then-- no-opelseassert(State.cursor1.line > 1)before = snapshot(State, State.cursor1.line-1, State.cursor1.line)returnend - edit in source_text.lua at line 277
returnendif State.cursor1.line == 1 and State.cursor1.pos == 1 then-- no-op - replacement in source_text.lua at line 296
elseif State.cursor1.line > 1 thenelseassert(State.cursor1.line > 1)