Home
last modified time | relevance | path

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

/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/document/
H A Dqdocument.cpp3770 int wrapAroundHighlight = 0; in draw() local
3791 wrapAroundHighlight=fng.format; in draw()
4241 if (hasUnboundedSelection || wrapAroundHighlight) { in draw()
4245 QFormat format = m_doc->impl()->m_formatScheme->format(wrapAroundHighlight); in draw()