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