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