- Apr 23, 2009
-
- Apr 22, 2009
- Apr 20, 2009
-
-
Oswald Buddenhagen authored
-
- Apr 02, 2009
-
-
con authored
Regression coming from the new navigation history mechanism.
-
- Mar 30, 2009
-
-
hjk authored
page of its own now
-
- Mar 25, 2009
-
-
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.
-
- Mar 19, 2009
- Mar 17, 2009
-
-
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.
-
- Mar 05, 2009
-
-
Thorbjørn Lindeijer authored
This code is already in TextEditor::BaseTextEditor::openEditorAt.
-
- Feb 25, 2009
- Feb 17, 2009
-
-
Thorbjørn Lindeijer authored
Requested on the mailing list. Increases usability.
-
- Feb 13, 2009
-
-
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
-
- Feb 04, 2009
-
-
Matthias Ettrich authored
-
- Jan 30, 2009
-
-
mae authored
-
- Jan 23, 2009
-
-
hjk authored
-
- Jan 21, 2009
-
-
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.
-
- Jan 20, 2009
-
-
hjk authored
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
-
- Jan 19, 2009
-
-
hjk authored
forward declaration is sufficient.
-
- Jan 15, 2009
-
-
Daniel Molkentin authored
RevBy: Matthias
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- Dec 18, 2008
-
-
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.
-
- Dec 16, 2008
-
-
hjk authored
-
- Dec 15, 2008
-
-
Thorbjørn Lindeijer authored
The mouse handling for code folding wasn't deactivated when the code folding markers were hidden. Reviewed-by: mae
-
- Dec 12, 2008
- Dec 11, 2008
-
-
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>).
-
- Dec 10, 2008
-
-
mae authored
support statements later.
-
- Dec 09, 2008