Home
last modified time | relevance | path

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

/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/
H A Dqeditor.h434 void setWrapAfterNumChars(int numChars);
H A Dqeditor.cpp852 void QEditor::setWrapAfterNumChars(int numChars){ in setWrapAfterNumChars() function in QEditor
5457 setWrapAfterNumChars(m_wrapAfterNumChars); // updates the width for the new font in zoom()
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dlatexeditorview.cpp1609 editor->setWrapAfterNumChars(config->lineWidth); in updateSettings()
1611 editor->setWrapAfterNumChars(0); in updateSettings()