- May 28, 2010
-
-
Roberto Raggi authored
-
- May 27, 2010
-
-
Roberto Raggi authored
Don't sort the global completion items when we have too many of them, instead populate the completion box in a way where local symbols are showed before global symbols.
-
- May 26, 2010
-
-
Erik Verbruggen authored
-
Roberto Raggi authored
This reverts commit 13a721d9.
-
Roberto Raggi authored
This reverts commit bb35b4d0.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- May 19, 2010
-
-
Erik Verbruggen authored
To only run if the pound/hash sign is at the start of the line.
-
- May 18, 2010
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
This reverts commit e4fb53e8. Should have gone into master, not into the 2.0 release branch.
-
Erik Verbruggen authored
-
Roberto Raggi authored
-
- May 17, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
ck authored
-
- May 14, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- May 11, 2010
-
-
Thorbjørn Lindeijer authored
By moving the completion settings into the TextEditor plugin, so that both the CppTools and the QmlJSEditor plugins can access the settings. The user-interface to edit the settings is still in the CppTools plugin, since we're in string freeze at the moment. It should be moved to the TextEditor plugin later. For now the QML completion only supports the case-sensitivity and partial completion options, since there is no automatic insertion of brackets. Task-number: QTCREATORBUG-1327 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- May 10, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- May 06, 2010
-
-
Roberto Raggi authored
-
- May 05, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Apr 15, 2010
-
-
Thorbjørn Lindeijer authored
Reviewed-by: mae
-
- Apr 09, 2010
-
-
mae authored
The fake tooltip duplication is not nice.
-
- Apr 08, 2010
-
-
Alexey Semenko authored
Reviewed-by: mae Merge-request: 133
-
- Mar 11, 2010
-
-
Christian Kamm authored
The problem was that for Foo::Foo (|) when the user triggers completion at |, startOfLine() returns a token that's not on the current line and not yet tokenized by that instance of the BackwardScanner. As a fix I explicitly ask the instance to tokenize up to the given index. Task-number: QTCREATORBUG-673 Reviewed-by: Roberto Raggi
-
- Mar 05, 2010
-
-
Christian Kamm authored
Fixes QTCREATORBUG-787 Reviewed-by: Erik Verbruggen
-
hjk authored
-
- Feb 22, 2010
-
-
Erik Verbruggen authored
-
- Feb 15, 2010
-
-
Erik Verbruggen authored
This reverts commit 2a59d2ae.
-
Erik Verbruggen authored
Because apparently, while designing the Objective-C language, somebody thought it was a world-class idea to allow any white-space between the '@' character and the subsequent keyword. With this fix, we now correctly parse: @ dynamic and: @ selector and: @"foo" "bar" @"mooze" (This last one is 1 single string split over multiple lines.) Wonderful, isn't it? What we (and Clang) do not support, but what GCC supports is something like: @"foo"@@ "bar" @"mooze" @@ which is equivalent to @"foobarmooze".
-
- Feb 01, 2010
-
-
Friedemann Kleint authored
foreach()-Loops.
-