- Sep 30, 2009
-
-
Roberto Raggi authored
-
- Sep 29, 2009
-
-
Roberto Raggi authored
-
- Sep 22, 2009
-
-
Thorbjørn Lindeijer authored
Need to check the character to the right of the cursor.
-
- Sep 17, 2009
-
-
mae authored
-
- Sep 16, 2009
-
-
Thorbjørn Lindeijer authored
Also skip semicolons in when auto parentheses insertion is enabled. Done with mae.
-
- Aug 28, 2009
-
-
Thorbjørn Lindeijer authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 31, 2009
-
-
Daniel Molkentin authored
-
- Jul 24, 2009
-
-
Thorbjørn Lindeijer authored
The completion for the directory wasn't triggered because one of the items matched the typed string, so the list of completion wasn't empty and no new trigger was allowed. By not matching items when a trailing slash is typed, the list is allowed to trigger again from the new location. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Thorbjørn Lindeijer authored
When a closing character is already there, it shouldn't be appended. Done by generalizing the same code for automatically inserted brackets after C++ symbols.
-
Thorbjørn Lindeijer authored
In order to speed up completion for include statements. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Jul 23, 2009
-
-
Thorbjørn Lindeijer authored
Done-with: danimo
-
- Jul 10, 2009
-
-
Thorbjørn Lindeijer authored
-
- Jul 09, 2009
-
-
Roberto Raggi authored
-
- Jun 22, 2009
-
-
Thorbjørn Lindeijer authored
Bad idea to hardcode the background color. Now using the style directly to draw a fake tooltip as background for the function argument hint. Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@nokia.com>
-
- Jun 16, 2009
-
-
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
-
- Jun 10, 2009
-
-
Thorbjørn Lindeijer authored
There was still some "smartness" that made uppercase characters match case-sensitive, regardless of the case-sensitivity setting. This annoyed or at least confused many people who prefer case-insensitivity. Reviewed-by: con
-
- Jun 09, 2009
-
-
Roberto Raggi authored
-
- Jun 03, 2009
-
-
Oswald Buddenhagen authored
- clear up some Q_OS_LINUX vs. Q_OS_UNIX - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise) - use proper #if-#else cascades instead of free-standing #ifs
-
- May 28, 2009
-
-
Thorbjørn Lindeijer authored
HTML escaping was moved out of the TypePrettyPrinter since it interferes with other logic there. Instead, the region to mark is now available from the Overview and used by the FunctionArgumentWidget to put the current argument in bold.
-
- May 27, 2009
-
-
Thorbjørn Lindeijer authored
Was missing in commit efc0b208. Reviewed-by: Roberto Raggi
-
Thorbjørn Lindeijer authored
Only attempt to activate the completion when there is a function id on the left of the parenthesis. Reviewed-by: Roberto Raggi
-
- May 26, 2009
-
-
Thorbjørn Lindeijer authored
Since we're automatically inserting several kinds of brackets, but not braces ({ }).
-
- May 19, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- May 13, 2009
-
-
Christian Hoenig authored
As this is how it is navigated by keyboard. Reviewed-by:
con <qtc-committer@nokia.com>
-
- Apr 08, 2009
-
-
con authored
In case the completion shortcut contained the escape key (Mac xcode-like shortcut settings). Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Apr 07, 2009
-
-
Thorbjørn Lindeijer authored
isValid -> supportsEditor
-
- Apr 06, 2009
-
-
Thorbjørn Lindeijer authored
Was always on the first screen since the screen number was determined incorrectly. Thanks to Christian Hönig for reporting the issue. Reviewed-by: Daniel Molkentin
-
- Apr 02, 2009
-
-
Roberto Raggi authored
-
- Mar 26, 2009
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
This is for the case of function overloads where one overload takes no parameters. Solved by keeping track of the duplicate count. Done with Roberto Raggi.
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi.
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi.
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi.
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi.
-
Thorbjørn Lindeijer authored
For example, don't keep triggering scope completion on bunch of colons. Done with Roberto Raggi.
-
Thorbjørn Lindeijer authored
Done with Roberto Raggi.
-
- Mar 17, 2009
-
-
Roberto Raggi authored
-