- Dec 07, 2009
-
-
Roberto Raggi authored
Encapsulate the details.
-
- Dec 02, 2009
-
-
Roberto Raggi authored
Moved Completion::getCompletion() in ICompletionCollector and made the filtering of completion items more C++ friendly.
-
- Dec 01, 2009
-
-
Roberto Raggi authored
-
- Nov 20, 2009
-
-
Thorbjørn Lindeijer authored
By setting the window and button text colors to the tool tip text color, since a tool tip background is drawn. Task-number: QTCREATORBUG-322
-
- Nov 19, 2009
-
-
Thorbjørn Lindeijer authored
When constructor completion was attempted on a base class specified in a class declaration, a null pointer reference would occur. Task-number: QTCREATORBUG-321 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- Nov 17, 2009
-
-
Roberto Raggi authored
-
- Nov 13, 2009
-
-
Roberto Raggi authored
-
- Nov 10, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
Done with Erik Verbruggen
-
- Nov 09, 2009
-
-
Christian Kamm authored
They should always use the function parameter tooltip. This fixes a bug where you were offered completion for C foo( -> C foo(int x) if C had a constructor taking int x. Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Nov 04, 2009
-
-
Roberto Raggi authored
Reviewed-by: Thorbjørn Lindeijer
-
- Nov 02, 2009
-
-
Christian Kamm authored
Instead of just completing void A::foo(|) -> void A::foo(int i|), we now complete void A::foo(|) -> void A::foo(int i) const| where | represents the place of the cursor. Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Oct 21, 2009
-
-
Roberto Raggi authored
-
- Oct 20, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Christian Kamm authored
Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Christian Kamm authored
You now get the function parameters as a completion suggestion when declaring or defining a function. The tooltip for function calls is unchanged. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com> (cherry picked from commit 202fef42)
-
- Oct 19, 2009
-
-
Christian Kamm authored
You now get the function parameters as a completion suggestion when declaring or defining a function. The tooltip for function calls is unchanged. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Oct 16, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
Share code with ResolveExpression.
-
- Oct 09, 2009
-
-
Erik Verbruggen authored
-
- Oct 08, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
struct foo { int m_zoo; foo(): m_ // cursor is here.
-
- Oct 05, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Oct 01, 2009
-
-
con authored
Which is 'quite' important, since Qt builds by default generate frameworks.
-
- 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>
-