Merge text.love
[?]
Apr 9, 2023, 5:02 AM
O3WZWLYCFBT3GEQK3OCEMBO2ADVMAGYYXPG36RIHT5AXNLCZROFACDependencies
- [2]
QD4LOFQRMerge text.love - [3]
2JBAEQHUMerge lines.love - [4]
K74U4BAUMerge lines.love - [5]
3QNOKBFMbeginnings of a test harness - [6]
VHQCNMARseveral more modules - [7]
TVCPXAAUrename - [8]
A4BSGS2CMerge lines.love - [9]
AVTNUQYRbasic test-enabled framework - [10]
D2GCFTTTclean up repl functionality - [11]
ZTZOO2OQMerge lines.love - [12]
XX7G2FFJintermingle freehand line drawings with text - [13]
VHUNJHXBMerge lines.love - [14]
VSJS6O4CMerge text.love - [15]
66X36NZNa little more prose describing manual_tests - [16]
ECBDENZ4Merge text.love - [17]
Q6RXCILQMerge text.love - [18]
6LJZN727handle chords - [19]
MD3W5IRAnew fork: rip out drawing support - [20]
VP5KC4XZMerge lines.love - [21]
BULPIBEGbeginnings of a module for the text editor - [22]
2CTN2IEFMerge lines.love - [23]
36Z442IVback to commit 8123959e52f without code editing - [24]
JOPVPUSAediting source code from within the app - [25]
C3GUE45IMerge text.love - [26]
TLOAPLBJadd a license - [27]
OTIBCAUJlove2d scaffold - [28]
KWIVKQQ7Merge lines.love - [29]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [30]
4YDBYBA4clean up memory leak experiments - [31]
KMSL74GAsupport selections in the source editor - [32]
R5QXEHUIsomebody stop me - [33]
D4B52CQ2Merge lines.love - [34]
UTDSCN3GMerge lines.love - [35]
BLWAYPKVextract a module - [36]
OGUV4HSAremove some memory leaks from rendered fragments - [37]
UAYCSFSKMerge text.love - [38]
ZLJYLPOTMerge lines.love - [39]
73OCE2MCafter much struggle, a brute-force undo - [40]
SCOXD4EOMerge lines.love - [41]
LXTTOB33extract a couple of files - [42]
FS2ITYYHrecord a known issue - [43]
T4FRZSYLdelete an ancient, unused file - [44]
3PSFWAILMerge lines.love - [45]
K2X6G75Zstart writing some tests for drawings - [46]
CE4LZV4Tdrop last couple of manual tests - [47]
VXORMHMEdelete experimental REPL - [48]
AT3LVCMPMerge text.love - [49]
2L5MEZV3experiment: new edit namespace - [50]
KKMFQDR4editing source code from within the app - [51]
RSZD5A7Gforgot to add json.lua - [52]
ORKN6EOBMerge lines.love - [53]
EX43CDDIMerge text.love - [54]
4SR3Z4Y3document the version of LÖVE I've been using - [55]
2CFLXLIEMerge 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 chord ~= 'C-y' and not App.is_cursor_movement(chord) thenText.delete_selection(State, State.left, State.right)end