- 05 Dec, 2008 2 commits
-
-
mae authored
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.
-
mae authored
-
- 04 Dec, 2008 4 commits
-
-
mae authored
new signal: BaseTextEditor::lineContextMenuRequested(TextEditor::ITextEditor *editor, int line, QMenu *menu); To be useful and used by the bookmarkmanager, this has to move to ITextEditor.
-
mae authored
-
mae authored
-
Thorbjørn Lindeijer authored
Invokable with 'c', currently shows all classes it can find.
-
- 02 Dec, 2008 4 commits