- 04 Feb, 2009 1 commit
-
-
Matthias Ettrich authored
-
- 23 Jan, 2009 1 commit
-
-
hjk authored
-
- 21 Jan, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Many singletons have their own instance() method, in which case there is no need to use ICore::instance() to get access to them.
-
- 20 Jan, 2009 1 commit
-
-
hjk authored
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
-
- 19 Jan, 2009 1 commit
-
-
hjk authored
forward declaration is sufficient.
-
- 15 Jan, 2009 1 commit
-
-
Daniel Molkentin authored
RevBy: Matthias
-
- 13 Jan, 2009 2 commits
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- 18 Dec, 2008 1 commit
-
-
Thorbjørn Lindeijer authored
Pop it upwards when it would otherwise go below the screen and shift it to the left when it would otherwise exit the screen on the right.
-
- 16 Dec, 2008 1 commit
-
-
hjk authored
-
- 15 Dec, 2008 1 commit
-
-
Thorbjørn Lindeijer authored
The mouse handling for code folding wasn't deactivated when the code folding markers were hidden. Reviewed-by: mae
-
- 12 Dec, 2008 2 commits
- 11 Dec, 2008 4 commits
-
-
mae authored
-
mae authored
-
mae authored
-
Roberto Raggi authored
when opening files from the C++ editor (e.g. when the user press F2 on #include <QMutex>).
-
- 10 Dec, 2008 1 commit
-
-
mae authored
support statements later.
-
- 09 Dec, 2008 4 commits
-
-
mae authored
-
mae authored
-
hjk authored
-
Thorbjørn Lindeijer authored
Doesn't look right, since it causes some background to show through between the indicator and the scrollbar.
-
- 05 Dec, 2008 3 commits
-
-
mae authored
-
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