new text editor option "Highlight blocks"

This commit is contained in:
mae
2009-04-22 20:04:38 +02:00
parent ebfcd35ace
commit 4d708fa408
7 changed files with 72 additions and 15 deletions

View File

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