- 22 Apr, 2009 1 commit
-
-
mae authored
-
- 20 Apr, 2009 1 commit
-
-
Oswald Buddenhagen authored
-
- 02 Apr, 2009 1 commit
-
-
con authored
Regression coming from the new navigation history mechanism.
-
- 30 Mar, 2009 1 commit
-
-
hjk authored
page of its own now
-
- 25 Mar, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
The BaseTextEditor was unconditionally setting the mouse cursor on each mouse move event, after which the CPPEditor would set it as well when the mouse was above a link. This caused some mouse cursor flickering, so now the cursor is only set when it's supposed to change. Also fixed an issue where the link wasn't removed when leaving the text editor with the mouse while Ctrl was pressed.
-
- 19 Mar, 2009 4 commits
- 17 Mar, 2009 2 commits
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Introduce setCodeFoldingSupported to the BaseTextEditor, and only enabled it for the C++ and QtScript editors. This removes the useless margin meant for code folding markers from the plain text editor and .pro file editor.
-
- 05 Mar, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
This code is already in TextEditor::BaseTextEditor::openEditorAt.
-
- 25 Feb, 2009 2 commits
- 17 Feb, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Requested on the mailing list. Increases usability.
-
- 13 Feb, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
When the cursor isn't within the block that's being collapsed, it shouldn't be moved. When it is, it will now move upwards instead of to the start of the line. Reviewed-by: mae
-
- 04 Feb, 2009 1 commit
-
-
Matthias Ettrich authored
-
- 30 Jan, 2009 1 commit
-
-
mae 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 1 commit
-
-
mae authored
-