Add "center cursor on scroll" option for the base text editor

This commit is contained in:
mae
2010-04-14 11:49:58 +02:00
parent 212f18bebf
commit be92567948
5 changed files with 20 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ struct TEXTEDITOR_EXPORT DisplaySettings
bool m_animateMatchingParentheses;
bool m_markTextChanges;
bool m_autoFoldFirstComment;
bool m_centerCursorOnScroll;
bool equals(const DisplaySettings &ds) const;
};