MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / buildStringStart

Method buildStringStart

src/syntaxhighlighter.cpp:410–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410void SyntaxHighlighter::buildStringStart()
411{
412 int len=lexerget_leng(scanner);
413 setFormat(startIndex,len,stringFormat);
414 startIndex+=len;
415}
416
417void SyntaxHighlighter::buildString(QChar)
418{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected