forked from qt-creator/qt-creator
Added the option to turn off marking of text changes
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user