Added an option to disable the mouse navigation

It's conflicting too much with pasting for some, so better have the
option to just turn it off.
This commit is contained in:
Thorbjørn Lindeijer
2009-05-13 16:05:11 +02:00
parent e913f8289b
commit cf44cbf58e
7 changed files with 40 additions and 7 deletions

View File

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