Home
last modified time | relevance | path

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

/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/
H A Dqeditor.h606 …void setDoubleClickSelectionType(QDocumentCursor::SelectionType type) {m_doubleClickSelectionType … in setDoubleClickSelectionType() function
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dlatexeditorview.cpp1629 …editor->setDoubleClickSelectionType(config->doubleClickSelectionIncludeLeadingBackslash ? QDocumen… in updateSettings()