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

Method showMultiLineSelectionInformation

kdevplatform/shell/completionsettings.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46bool CompletionSettings::showMultiLineSelectionInformation() const
47{
48 return m_languageGroup.readEntry("showMultiLineSelectionInformation", m_showMultiLineInformation);
49}
50
51bool CompletionSettings::highlightProblematicLines() const
52{

Callers 1

dataMethod · 0.80

Calls 1

readEntryMethod · 0.80

Tested by

no test coverage detected