Merge text.love
[?]
Jan 13, 2023, 5:48 PM
EX43CDDIWOCTHJ3P72XBGMPZ7DEB7R2QCN636R2FWB2Y5OYWW2LACDependencies
- [2]
JCXL74WVbring back everything from commit a68647ae22 - [3]
AT3LVCMPMerge text.love - [4]
ZTZOO2OQMerge lines.love - [5]
TLOAPLBJadd a license - [6]
4DHGKUMDMerge text.love - [7]
AVTNUQYRbasic test-enabled framework - [8]
KKMFQDR4editing source code from within the app - [9]
T4FRZSYLdelete an ancient, unused file - [10]
XX7G2FFJintermingle freehand line drawings with text - [11]
36Z442IVback to commit 8123959e52f without code editing - [12]
MD3W5IRAnew fork: rip out drawing support - [13]
ORKN6EOBMerge lines.love - [14]
VHQCNMARseveral more modules - [15]
6LJZN727handle chords - [16]
3PSFWAILMerge lines.love - [17]
C3GUE45IMerge text.love - [18]
BLWAYPKVextract a module - [19]
RSZD5A7Gforgot to add json.lua - [20]
VSJS6O4CMerge text.love - [21]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [22]
2L5MEZV3experiment: new edit namespace - [23]
OGUV4HSAremove some memory leaks from rendered fragments - [24]
VHUNJHXBMerge lines.love - [25]
XGHCLIKBMerge lines.love - [26]
R5QXEHUIsomebody stop me - [27]
UTDSCN3GMerge lines.love - [28]
FS2ITYYHrecord a known issue - [29]
4YDBYBA4clean up memory leak experiments - [30]
D2GCFTTTclean up repl functionality - [31]
73OCE2MCafter much struggle, a brute-force undo - [32]
LXTTOB33extract a couple of files - [33]
CE4LZV4Tdrop last couple of manual tests - [34]
BULPIBEGbeginnings of a module for the text editor - [35]
3QNOKBFMbeginnings of a test harness - [36]
TVCPXAAUrename - [37]
W5H5YI6SMerge text.love - [38]
2CTN2IEFMerge lines.love - [39]
66X36NZNa little more prose describing manual_tests - [40]
GUOQRUL7Merge lines.love - [41]
VP5KC4XZMerge lines.love - [42]
JOPVPUSAediting source code from within the app - [43]
VO2ZVTWKMerge lines.love - [44]
ETXNVRPTMerge lines.love - [45]
DB7HJBHJMerge lines.love - [46]
KMSL74GAsupport selections in the source editor - [47]
KG7YVGVRMerge lines.love - [48]
K2X6G75Zstart writing some tests for drawings - [49]
RXNR3U5EMerge text.love - [50]
NQM25OZVreduce use of rfind - [51]
VXORMHMEdelete experimental REPL - [52]
HOUCPP7PMerge text.love - [53]
7PZ4CQFVsearch: transparently handle drawings everywhere - [54]
OTIBCAUJlove2d scaffold
Change contents
- file deletion: colorize.lua colorize.lua
if edge.suffix and ends_with(frag, edge.suffix) thenCurrent_state = edge.targetbreakendendif edge.prefix and starts_with(frag, edge.prefix) thenCurrent_state = edge.targetbreakendendendfunction switch_color_based_on_suffix(frag)if Next_state[Current_state] == nil thenreturnendfrag = rtrim(frag)for _,edge in pairs(Next_state[Current_state]) do - edit in search.lua at line 119
function rfind(s, pat, i, plain) - resurrect zombie in search.lua at line 119
-- TODO: avoid the expensive reverse() operations-- Particularly if we only care about literal matches, we don't need all of string.find - edit in search.lua at line 121
function rfind(s, pat, i, plain)