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