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