Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ buildString
Method
buildString
src/syntaxhighlighter.cpp:417–422 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
}
416
417
void SyntaxHighlighter::buildString(QChar)
418
{
419
int len=lexerget_leng(scanner);
420
setFormat(startIndex,len,stringFormat);
421
startIndex+=len;
422
}
423
424
void SyntaxHighlighter::buildString(const QString& s)
425
{
Callers
nothing calls this directly
Calls
1
length
Method · 0.80
Tested by
no test coverage detected