resolve conflicts
Dependencies
- [2]
5LN2NUSEresolve conflicts - [3]
FYRGHNLCresolve conflicts - [4]
2L5MEZV3experiment: new edit namespace - [5]
34BZ5ZKNMerge lines.love - [6]
Q6RXCILQMerge text.love - [7]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [8]
BULPIBEGbeginnings of a module for the text editor - [9]
4YDBYBA4clean up memory leak experiments - [10]
LXTTOB33extract a couple of files - [11]
GFBOJWNEresolve conflicts - [12]
UGXRAL54Merge text.love - [13]
D2GCFTTTclean up repl functionality - [14]
KMSL74GAsupport selections in the source editor - [15]
R5QXEHUIsomebody stop me - [16]
VHQCNMARseveral more modules - [17]
FS2ITYYHrecord a known issue - [18]
ORKN6EOBMerge lines.love - [19]
VP5KC4XZMerge lines.love - [20]
TBTRYEBPMerge lines.love - [21]
CAG7PP5YMerge text.love - [22]
3PSFWAILMerge lines.love - [23]
KWIVKQQ7Merge lines.love - [24]
LWPFEZBIMerge lines.love - [25]
FM5LDKGTMerge text.love - [26]
4SR3Z4Y3document the version of LÖVE I've been using - [27]
VXORMHMEdelete experimental REPL - [28]
AVTNUQYRbasic test-enabled framework - [29]
6VJTQKW7start supporting LÖVE v12 - [30]
NUJMQXN6Merge text.love - [31]
3QNOKBFMbeginnings of a test harness - [32]
RSZD5A7Gforgot to add json.lua - [33]
73OCE2MCafter much struggle, a brute-force undo - [34]
VHUNJHXBMerge lines.love - [35]
6LJZN727handle chords - [36]
T4FRZSYLdelete an ancient, unused file - [37]
2CTN2IEFMerge lines.love - [38]
KWHC65JIMerge lines.love - [39]
TFUNIT6Mresolve conflicts - [40]
SGMA5JLEsave the list of tests in repo - [41]
XX7G2FFJintermingle freehand line drawings with text - [42]
OGUV4HSAremove some memory leaks from rendered fragments - [43]
N2NUGNN4include a brief reference enabling many useful apps - [44]
66X36NZNa little more prose describing manual_tests - [45]
ZLJYLPOTMerge lines.love - [46]
RU4HIK43Merge lines.love - [47]
K2X6G75Zstart writing some tests for drawings - [48]
KKMFQDR4editing source code from within the app - [49]
CE4LZV4Tdrop last couple of manual tests - [50]
OTIBCAUJlove2d scaffold - [51]
36Z442IVback to commit 8123959e52f without code editing - [52]
ED4Z6ORCcleaner API for file-system access - [53]
7YGYHOEOMerge lines.love - [54]
TLOAPLBJadd a license - [55]
M5JXTW56Merge text.love - [56]
PJ5PQAQErecord support for multiple versions - [57]
VLTU33KWresolve conflicts - [58]
VXRYVZ74Merge text.love - [59]
2CFLXLIEMerge text.love - [60]
QD4LOFQRMerge text.love - [61]
JOPVPUSAediting source code from within the app - [62]
KKQKPGCIresolve conflicts - [63]
TVCPXAAUrename - [64]
BLWAYPKVextract a module
Change contents
- file deletion: source_text.lua source_text.lua
button(State, 'link', {x=State.left+lo, y=y, w=hi-lo, h=State.line_height,icon = icon.hyperlink_decoration,onpress1 = function()if file_exists(filename) thensource.switch_to_file(filename)endend,})