added "auto-fold first comment"-option to the editor

Convenient when you don't want to see all the big license headers.
This commit is contained in:
mae
2009-12-01 18:08:02 +01:00
parent 491527ab06
commit dc713d0684
7 changed files with 57 additions and 8 deletions

View File

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