Home
last modified time | relevance | path

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

/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dlatexcompleter_config.h18 enum CaseSensitive {CCS_CASE_INSENSITIVE, CCS_CASE_SENSITIVE, CCS_FIRST_CHARACTER_CASE_SENSITIVE}; enumerator
H A Dlatexcompleter.cpp833 LatexCompleter::config->caseSensitive == LatexCompleterConfig::CCS_CASE_SENSITIVE) in isNextCharPossible()
951 if (LatexCompleter::config->caseSensitive == LatexCompleterConfig::CCS_CASE_SENSITIVE) in filterList()