- 08 Jul, 2009 2 commits
-
-
mae authored
-
Roberto Raggi authored
-
- 02 Jul, 2009 6 commits
-
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Also allow starting to rename with the cursor at the end of the name.
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi and mae.
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi
-
- 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
-
- 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
-
- 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 1 commit
-
-
Thorbjørn Lindeijer 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
-
- 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
-
- 27 Apr, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Accidentally reverted in commit 713105ad. Thanks to Christian Hönig for notifying.
-
- 24 Apr, 2009 3 commits
- 21 Apr, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Reviewed-by: con
-
- 08 Apr, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
-
- 07 Apr, 2009 2 commits
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Previously the whole line turned into a link. I think it looks a bit nicer now.
-
- 06 Apr, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Link position had the wrong offset. Also took out a redundant check on token kind.
-
- 30 Mar, 2009 1 commit
-
-
Roberto Raggi authored
-
- 26 Mar, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
It popped up an error saying the file couldn't be found. Better not show a link at all.
-