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