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