summaryrefslogtreecommitdiff
path: root/shared/cplusplus/Control.cpp
diff options
context:
space:
mode:
authormae <qtc-committer@nokia.com>2008-12-05 13:19:57 +0100
committermae <qtc-committer@nokia.com>2008-12-05 13:19:57 +0100
commit6d37029be86594ce1721452c49a04d04d6e5b879 (patch)
tree7ba74d39eb638661605c0ed29ea8c2ecb5f4c3e0 /shared/cplusplus/Control.cpp
parent354fcfc84182cd82f955076977801d3033d12dc8 (diff)
downloadqt-creator-6d37029be86594ce1721452c49a04d04d6e5b879.tar.gz
support different selection kinds in basetexteditor.
enum ExtraSelectionKind { CurrentLineSelection, ParenthesesMatchingSelection, CodeWarningsSelection, CodeSemanticsSelection, OtherSelection, NExtraSelectionKinds }; void setExtraSelections(ExtraSelectionKind kind, const QList<QTextEdit::ExtraSelection> &selections); QList<QTextEdit::ExtraSelection> extraSelections(ExtraSelectionKind kind) const; This is mainly for the benefit of the cppmodelmanager.
Diffstat (limited to 'shared/cplusplus/Control.cpp')
0 files changed, 0 insertions, 0 deletions