Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ boldDeclarations
Method
boldDeclarations
kdevplatform/shell/completionsettings.cpp:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
bool CompletionSettings::boldDeclarations() const
67
{
68
return m_languageGroup.readEntry(
"boldDeclarations"
, m_boldDeclarations);
69
}
70
71
int CompletionSettings::globalColorizationLevel() const
72
{
Callers
2
updateColorsFromSettings
Method · 0.80
attributeForType
Method · 0.80
Calls
1
readEntry
Method · 0.80
Tested by
no test coverage detected