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