Merge text.love
[?]
May 6, 2023, 4:14 PM
MVFQNLLIMJCPUIUNM4HAHZDP23QOKTGCH3FSZBTJD3TKXX4PEY4QCDependencies
- [2]
EIPRCZQCMerge text.love - [3]
KB7KTSCPMerge lines.love - [4]
JZR3QMTNMerge lines.love - [5]
2CTN2IEFMerge lines.love - [6]
PJ5PQAQErecord support for multiple versions - [7]
XX7G2FFJintermingle freehand line drawings with text - [8]
RSZD5A7Gforgot to add json.lua - [9]
TLOAPLBJadd a license - [10]
FS2ITYYHrecord a known issue - [11]
JOPVPUSAediting source code from within the app - [12]
T4FRZSYLdelete an ancient, unused file - [13]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [14]
K2X6G75Zstart writing some tests for drawings - [15]
K74U4BAUMerge lines.love - [16]
AVTNUQYRbasic test-enabled framework - [17]
UAYCSFSKMerge text.love - [18]
EX43CDDIMerge text.love - [19]
BLWAYPKVextract a module - [20]
KWIVKQQ7Merge lines.love - [21]
36Z442IVback to commit 8123959e52f without code editing - [22]
6LJZN727handle chords - [23]
3PSFWAILMerge lines.love - [24]
BULPIBEGbeginnings of a module for the text editor - [25]
73OCE2MCafter much struggle, a brute-force undo - [26]
VHQCNMARseveral more modules - [27]
VHUNJHXBMerge lines.love - [28]
2JBAEQHUMerge lines.love - [29]
VXORMHMEdelete experimental REPL - [30]
MD3W5IRAnew fork: rip out drawing support - [31]
R5QXEHUIsomebody stop me - [32]
2CFLXLIEMerge text.love - [33]
Q6RXCILQMerge text.love - [34]
OGUV4HSAremove some memory leaks from rendered fragments - [35]
TVCPXAAUrename - [36]
4YDBYBA4clean up memory leak experiments - [37]
66X36NZNa little more prose describing manual_tests - [38]
LXTTOB33extract a couple of files - [39]
OTIBCAUJlove2d scaffold - [40]
ORKN6EOBMerge lines.love - [41]
QD4LOFQRMerge text.love - [42]
A4BSGS2CMerge lines.love - [43]
KKMFQDR4editing source code from within the app - [44]
VP5KC4XZMerge lines.love - [45]
KMSL74GAsupport selections in the source editor - [46]
N2NUGNN4include a brief reference enabling many useful apps - [47]
4SR3Z4Y3document the version of LÖVE I've been using - [48]
3QNOKBFMbeginnings of a test harness - [49]
ECBDENZ4Merge text.love - [50]
O3WZWLYCMerge text.love - [51]
YDUIKWSFMerge text.love - [52]
D2GCFTTTclean up repl functionality - [53]
CE4LZV4Tdrop last couple of manual tests - [54]
ZLJYLPOTMerge lines.love - [55]
2L5MEZV3experiment: new edit namespace - [56]
ZTZOO2OQMerge lines.love
Change contents
- file deletion: source_text.lua source_text.lua
local data = State.lines[State.cursor1.line].datalocal cursor_offset = Text.offset(data, State.cursor1.pos)if data:sub(cursor_offset, cursor_offset+#State.search_term-1) == State.search_term thenlocal lo_px = Text.draw_highlight(State, line, State.left,y, pos, State.cursor1.pos, State.cursor1.pos+utf8.len(State.search_term))