- Jun 11, 2010
-
-
con authored
-
- Jun 07, 2010
-
-
con authored
-
- May 18, 2010
-
-
Erik Verbruggen authored
This reverts commit e4fb53e8. Should have gone into master, not into the 2.0 release branch.
-
Erik Verbruggen authored
-
con authored
-
- May 14, 2010
-
-
Leena Miettinen authored
Reviewed-by: ossi
-
- 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>
-
- Apr 28, 2010
-
-
con authored
Discussed-with: hjk
-
- Apr 26, 2010
-
-
Thorbjørn Lindeijer authored
The Parentheses, TextBlockUserData and TextEditDocumentLayout classes and their member function implementations were spread around the BaseTextEditor class. Moving them to their own file to make the code a bit better organized. Reviewed-by: mae
-
dt authored
Task-Nr: QTCREATORBUG-1151
-
- Apr 23, 2010
-
-
Erik Verbruggen authored
-
- Apr 15, 2010
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Reviewed-by: mae
-
- Apr 14, 2010
- Apr 13, 2010
-
-
Thorbjørn Lindeijer authored
Reviewed-by: Jens Bache-Wiig
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-1102 Reviewed-by: Roberto Raggi
-
- Apr 12, 2010
-
-
Thorbjørn Lindeijer authored
Trying to clean up a little.
-
- 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 31, 2010
-
-
con authored
-
- Mar 30, 2010
-
-
Roberto Raggi authored
OK, it seems that this change is not necessary. This reverts commit 40bae63c.
-
Roberto Raggi authored
Done-with: Erik Verbruggen
-
- Mar 26, 2010
-
-
Thorbjørn Lindeijer authored
Some categories do not have icons yet, unfortunately.
-
- Mar 24, 2010
-
-
Roberto Raggi authored
-
- Mar 18, 2010
-
-
Thorbjørn Lindeijer authored
-
Roberto Raggi authored
-
Friedemann Kleint authored
-
- Mar 17, 2010
-
-
Roberto Raggi authored
-
Erik Verbruggen authored
Done-with: Roberto Raggi
-
Erik Verbruggen authored
-
- Mar 15, 2010
-
-
Roberto Raggi authored
-
- Mar 12, 2010
-
-
Lasse Holmstedt authored
Go to About Plugins and enable/disable plugins from there. Reviewed-by: mae
-
- 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 10, 2010
-
-
dt authored
-
- Mar 09, 2010
-
-
Erik Verbruggen authored
Fixed crash in FindUsages on a dirty file in a large project, which is saved while the FindUsages is still running.
-
- Mar 05, 2010
-
-
Christian Kamm authored
Fixes QTCREATORBUG-787 Reviewed-by: Erik Verbruggen
-
hjk authored
-
- Mar 01, 2010
-
-
con authored
-
- Feb 23, 2010
-
-
dt authored
Reviewed-by: Friedemann Kleint
-