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