- 26 Jun, 2009 2 commits
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 25 Jun, 2009 5 commits
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
Initial work on smart highlight of local symbols. For-statements and symbols genarated from a macro expansion are not yet highlighted.
-
- 24 Jun, 2009 1 commit
-
-
Roberto Raggi authored
-
- 22 Jun, 2009 1 commit
-
-
Friedemann Kleint authored
Acked-by:
con <qtc-committer@nokia.com>
-
- 16 Jun, 2009 3 commits
-
-
con authored
Reviewed-by: Trust Me Conflicts: src/libs/cplusplus/CppBindings.cpp src/libs/cplusplus/CppBindings.h src/libs/cplusplus/FastPreprocessor.cpp src/libs/cplusplus/FastPreprocessor.h src/plugins/cpptools/cppcurrentdocumentfilter.cpp src/plugins/cpptools/cppcurrentdocumentfilter.h src/plugins/cpptools/cppsemanticsearch.cpp src/plugins/cpptools/cppsemanticsearch.h src/plugins/duieditor/parser/qmljs.g src/plugins/duieditor/parser/qmljsast.cpp src/plugins/duieditor/parser/qmljsast_p.h src/plugins/duieditor/parser/qmljsastfwd_p.h src/plugins/duieditor/parser/qmljsastvisitor.cpp src/plugins/duieditor/parser/qmljsastvisitor_p.h src/plugins/duieditor/parser/qmljsengine_p.cpp src/plugins/duieditor/parser/qmljsengine_p.h src/plugins/duieditor/parser/qmljsgrammar.cpp src/plugins/duieditor/parser/qmljsgrammar_p.h src/plugins/duieditor/parser/qmljslexer.cpp src/plugins/duieditor/parser/qmljslexer_p.h src/plugins/duieditor/parser/qmljsmemorypool_p.h src/plugins/duieditor/parser/qmljsnodepool_p.h src/plugins/duieditor/parser/qmljsparser.cpp src/plugins/duieditor/parser/qmljsparser_p.h src/plugins/duieditor/parser/qmljsprettypretty.cpp src/plugins/duieditor/parser/qmljsprettypretty_p.h src/plugins/duieditor/rewriter/rewriter.cpp src/plugins/duieditor/rewriter/rewriter_p.h src/plugins/duieditor/rewriter/textwriter.cpp src/plugins/duieditor/rewriter/textwriter_p.h src/shared/cplusplus/ASTClone.cpp tests/manual/cplusplus/main.cpp
-
Jason McDonald authored
Reviewed-by: Trust Me
-
Thorbjørn Lindeijer authored
This depended on a stretch that was removed. Instead, make the stretch factor of the stretch 0 and make sure that the method boxes used by the CppEditor and ScriptEditor take all its space. Reviewed-by: con
-
- 15 Jun, 2009 1 commit
-
-
Roberto Raggi authored
-
- 12 Jun, 2009 2 commits
-
-
Thorbjørn Lindeijer authored
Didn't check whether the lookup actually returned a valid symbol before accessing the name. Reviewed-by: Roberto Raggi
-
Thorbjørn Lindeijer authored
-
- 11 Jun, 2009 1 commit
-
-
Roberto Raggi authored
-
- 09 Jun, 2009 1 commit
-
-
Roberto Raggi authored
-
- 05 Jun, 2009 1 commit
-
-
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
-
- 04 Jun, 2009 3 commits
-
-
con authored
Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Thorbjørn Lindeijer authored
-
con authored
-
- 02 Jun, 2009 1 commit
-
-
con authored
-
- 28 May, 2009 2 commits
-
-
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.
-
- 27 May, 2009 1 commit
-
-
Roberto Raggi authored
-
- 26 May, 2009 1 commit
-
-
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.
-
- 25 May, 2009 3 commits
-
-
dt authored
-
Daniel Molkentin authored
-
dt authored
-
- 18 May, 2009 1 commit
-
-
Joel Nordell authored
add ':' to electric keys for C++ indenting, and check for electric keys anywhere on line, not just at beginning
-
- 14 May, 2009 1 commit
-
-
Roberto Raggi authored
Moved unCommentSelection() in creator/libs/util so we can use it for other C-like languages (e.g QML and JS).
-
- 13 May, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
It's conflicting too much with pasting for some, so better have the option to just turn it off.
-
- 11 May, 2009 1 commit
-
-
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
-
- 08 May, 2009 2 commits
-
-
Alessandro Portale authored
-
Alessandro Portale authored
-
- 06 May, 2009 1 commit
-
-
mae authored
-
- 04 May, 2009 1 commit
-
-
con authored
-
- 27 Apr, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Accidentally reverted in commit 713105ad. Thanks to Christian Hönig for notifying.
-
- 24 Apr, 2009 2 commits