parentheses matching and block highlighting polishing

This commit is contained in:
mae
2009-04-29 12:17:42 +02:00
parent 8f60a84dc0
commit 94a713c38e
7 changed files with 46 additions and 48 deletions

View File

@@ -53,6 +53,7 @@ struct TEXTEDITOR_EXPORT DisplaySettings
bool m_displayFoldingMarkers;
bool m_highlightCurrentLine;
bool m_highlightBlocks;
bool m_animateMatchingParentheses;
bool equals(const DisplaySettings &ds) const;
};