MCPcopy Create free account
hub / github.com/KDE/kdevelop / localColorizationLevel

Method localColorizationLevel

kdevplatform/shell/completionsettings.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85int CompletionSettings::localColorizationLevel() const
86{
87 return m_languageGroup.readEntry("localColorization", m_localColorizationLevel);
88}
89
90bool CompletionSettings::automaticCompletionEnabled() const
91{

Callers 3

adaptToColorChangesMethod · 0.80
highlightDUChainMethod · 0.80

Calls 1

readEntryMethod · 0.80

Tested by

no test coverage detected