Home
last modified time | relevance | path

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

/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/document/
H A Dqdocument.h174 DisableLineCache = 0x04, enumerator
H A Dqdocument.cpp7002 bool useLineCache = !currentLine && !(m_workArounds & QDocument::DisableLineCache); in drawTextLine()
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dlatexeditorview.cpp1658 QDocument::setWorkAround(QDocument::DisableLineCache, config->hackDisableLineCache); in updateSettings()