Merge lines.love
[?]
Apr 9, 2023, 5:01 AM
2JBAEQHUJZRKTFH6FYMEQMPE2WFE2GS6VDLDHINCJ66SFKZQQSLQCDependencies
- [2]
ZLJYLPOTMerge lines.love - [3]
WK6UK5AJenhance bugfix of commit a9aa3436f (Dec 2024) - [4]
4YDBYBA4clean up memory leak experiments - [5]
2CTN2IEFMerge lines.love - [6]
TVCPXAAUrename - [7]
SCOXD4EOMerge lines.love - [8]
2CK5QI7Wmake love event names consistent - [9]
LXTTOB33extract a couple of files - [10]
ORKN6EOBMerge lines.love - [11]
MD3W5IRAnew fork: rip out drawing support - [12]
UTDSCN3GMerge lines.love - [13]
T4FRZSYLdelete an ancient, unused file - [14]
OTIBCAUJlove2d scaffold - [15]
3QNOKBFMbeginnings of a test harness - [16]
JOPVPUSAediting source code from within the app - [17]
VHUNJHXBMerge lines.love - [18]
2L5MEZV3experiment: new edit namespace - [19]
BH7BT36Lctrl+a: select entire buffer - [20]
Z3IQ6A4Rbugfix - [21]
VP5KC4XZMerge lines.love - [22]
RSZD5A7Gforgot to add json.lua - [23]
KKMFQDR4editing source code from within the app - [24]
A4BSGS2CMerge lines.love - [25]
TLOAPLBJadd a license - [26]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [27]
OGUV4HSAremove some memory leaks from rendered fragments - [28]
KWIVKQQ7Merge lines.love - [29]
KMSL74GAsupport selections in the source editor - [30]
ZTZOO2OQMerge lines.love - [31]
66X36NZNa little more prose describing manual_tests - [32]
BULPIBEGbeginnings of a module for the text editor - [33]
Z3BQO2RKtypo - [34]
R5QXEHUIsomebody stop me - [35]
XX7G2FFJintermingle freehand line drawings with text - [36]
D4B52CQ2Merge lines.love - [37]
BLWAYPKVextract a module - [38]
K2X6G75Zstart writing some tests for drawings - [39]
FS2ITYYHrecord a known issue - [40]
73OCE2MCafter much struggle, a brute-force undo - [41]
VHQCNMARseveral more modules - [42]
K74U4BAUMerge lines.love - [43]
4SR3Z4Y3document the version of LÖVE I've been using - [44]
CE4LZV4Tdrop last couple of manual tests - [45]
VXORMHMEdelete experimental REPL - [46]
6LJZN727handle chords - [47]
D2GCFTTTclean up repl functionality - [48]
AVTNUQYRbasic test-enabled framework - [49]
3PSFWAILMerge lines.love
Change contents
- file deletion: source_edit.lua source_edit.lua
chord ~= 'C-a' and chord ~= 'C-c' and chord ~= 'C-x' and chord ~= 'backspace' and chord ~= 'delete' and chord ~= 'C-z' and chord ~= 'C-y' and not App.is_cursor_movement(chord) thenText.delete_selection(State, State.left, State.right)end - replacement in source_edit.lua at line 348
chord ~= 'C-a' and chord ~= 'C-c' and chord ~= 'C-x' and chord ~= 'backspace' and chord ~= 'delete' and chord ~= 'C-z' and not App.is_cursor_movement(chord) thenchord ~= 'C-a' and chord ~= 'C-c' and chord ~= 'C-x' and chord ~= 'backspace' and chord ~= 'delete' and chord ~= 'C-z' and chord ~= 'C-y' and not App.is_cursor_movement(chord) then