Home
last modified time | relevance | path

Searched refs:wordOrCommandEnd (Results 1 – 1 of 1) sorted by relevance

/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/document/
H A Dqdocument.cpp4792 static QRegExp wordOrCommandStart("\\\\?\\b\\w+$"), wordOrCommandEnd("^\\\\?\\w+\\b"); in movePosition() local
5462 int x = wordOrCommandEnd.indexIn(m_doc->line(line).text(), offset, QRegExp::CaretAtOffset); in movePosition()
5466 offset += wordOrCommandEnd.matchedLength(); in movePosition()