Added the option to turn off marking of text changes

This commit is contained in:
Thorbjørn Lindeijer
2009-07-16 11:27:02 +02:00
parent e5377519d6
commit d34bf41a37
6 changed files with 40 additions and 23 deletions

View File

@@ -55,6 +55,7 @@ struct TEXTEDITOR_EXPORT DisplaySettings
bool m_highlightBlocks;
bool m_animateMatchingParentheses;
bool m_mouseNavigation;
bool m_markTextChanges;
bool equals(const DisplaySettings &ds) const;
};