- Jun 05, 2009
-
-
Roberto Raggi authored
static int i, *ptr = &i; will be replaced with static int i; static int *ptr = &i; using the editor's context menu > Simplify Declarations
-
- Jun 04, 2009
-
-
con authored
Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Thorbjørn Lindeijer authored
-
con authored
-
- Jun 02, 2009
-
-
con authored
-
- May 28, 2009
-
-
Lorn Potter authored
class and method names can be seen. Task: <task number> Details: <additional information>
-
Thorbjørn Lindeijer authored
It broke indentation for global scope operator, and when that was fixed it broke for the class initializer lists. I'm not sure how to fix that at the moment, so better have it not do anything rather than being in the way.
-
- May 27, 2009
-
-
Roberto Raggi authored
-
- May 26, 2009
-
-
Thorbjørn Lindeijer authored
The actions are already lazily instantiated in TextEditorActionHandler::setupActions(), so there should be no need to call initializeActions() in all plugins on startup. Only the main text editor plugin will still initialize its actions, to make sure the menu items are there.
-
- May 25, 2009
-
-
dt authored
-
Daniel Molkentin authored
-
dt authored
-
- May 18, 2009
-
-
Joel Nordell authored
add ':' to electric keys for C++ indenting, and check for electric keys anywhere on line, not just at beginning
-
- May 14, 2009
-
-
Roberto Raggi authored
Moved unCommentSelection() in creator/libs/util so we can use it for other C-like languages (e.g QML and JS).
-
- May 13, 2009
-
-
Thorbjørn Lindeijer authored
It's conflicting too much with pasting for some, so better have the option to just turn it off.
-
- May 11, 2009
-
-
Thorbjørn Lindeijer authored
This means at the moment the PrettyPrinter isn't doing anything useful, but the idea is that from here we can improve it to adapt the code to a certain style. Reviewed-by: Roberto Raggi
-
- May 08, 2009
-
-
Alessandro Portale authored
-
Alessandro Portale authored
-
- May 06, 2009
-
-
mae authored
-
- May 04, 2009
-
-
con authored
-
- Apr 27, 2009
-
-
Thorbjørn Lindeijer authored
Accidentally reverted in commit 713105ad. Thanks to Christian Hönig for notifying.
-
- Apr 24, 2009
- Apr 22, 2009
-
-
dt authored
Hopefully i didn't miss a plugin.
-
- Apr 21, 2009
-
-
Thorbjørn Lindeijer authored
Reviewed-by: con
-
- Apr 20, 2009
-
-
con authored
-
- Apr 15, 2009
-
-
Alessandro Portale authored
-
- Apr 08, 2009
-
-
Thorbjørn Lindeijer authored
-
con authored
-
con authored
-
- Apr 07, 2009
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Previously the whole line turned into a link. I think it looks a bit nicer now.
-
- Apr 06, 2009
-
-
Thorbjørn Lindeijer authored
Link position had the wrong offset. Also took out a redundant check on token kind.
-
- Mar 30, 2009
-
-
Roberto Raggi authored
-
- Mar 26, 2009
-
-
Thorbjørn Lindeijer authored
It popped up an error saying the file couldn't be found. Better not show a link at all.
-
Thorbjørn Lindeijer authored
-
- Mar 25, 2009
-
-
Roberto Raggi authored
-
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 24, 2009
-
-
Thorbjørn Lindeijer authored
By avoiding searching for the definition when it isn't necessary.
-