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