Home
last modified time | relevance | path

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

/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dlatexeditorview_config.h25 …bool inlineSpellChecking, inlineCitationChecking, inlineReferenceChecking, inlineSyntaxChecking, i… variable
H A Dspellerutility.h39 static bool inlineSpellChecking,hideNonTextSpellingErrors; variable
H A Dspellerutility.cpp17 bool SpellerUtility::inlineSpellChecking = true; member in SpellerUtility
H A Dtexstudio.cpp6466 bool inlineSpellChecking = configManager.editorConfig->inlineSpellChecking; in generalOptions() local
6528 …bool updateHighlighting = (inlineSpellChecking != configManager.editorConfig->inlineSpellChecking); in generalOptions()
6535inlineSpellChecking)) || ((configManager.editorConfig->inlineSyntaxChecking && !inlineSyntaxChecki… in generalOptions()
6538 …SpellerUtility::inlineSpellChecking= configManager.editorConfig->inlineSpellChecking && configMana… in generalOptions()
9630 if (configManager.editorConfig && !configManager.editorConfig->inlineSpellChecking) { in findWordRepetions()
H A Dsyntaxcheck.cpp581 …if (speller->inlineSpellChecking && tk.type == Token::word && (tk.subtype == Token::text || tk.sub… in checkLine()
H A Dlatexeditorview.cpp1449 SpellerUtility::inlineSpellChecking=config->inlineSpellChecking && config->realtimeChecking; in setSpeller()
H A Dconfigmanager.cpp529 …registerOption("Editor/Check Spelling", &editorConfig->inlineSpellChecking, true, &pseudoDialog->c… in ConfigManager()