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