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