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