- Sep 02, 2010
-
-
dt authored
Task-Nr: QTCREATORBUG-2243
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Aug 31, 2010
-
-
Christian Kamm authored
-
- Aug 30, 2010
-
-
hjk authored
-
- Aug 26, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Aug 25, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-2111
-
- Aug 13, 2010
-
-
Roberto Raggi authored
-
- Aug 12, 2010
-
-
Christian Kamm authored
This makes sure styles are consistent for the editor and the quick fix engine.
-
- Aug 11, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Aug 10, 2010
-
-
Roberto Raggi authored
-
- Aug 09, 2010
-
-
Friedemann Kleint authored
... for doxygen. Change logic for known empty keywords to be replaced by an empty string. Task-number: QTCREATORBUG-1854
-
- Aug 05, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Aug 04, 2010
-
-
Roberto Raggi authored
-
- Aug 03, 2010
-
-
Roberto Raggi authored
Done with: Thorbjørn Lindeijer
-
Roberto Raggi authored
-
- Aug 02, 2010
-
-
Roberto Raggi authored
-
- Jul 28, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-1919
-
- Jul 23, 2010
- Jul 22, 2010
-
-
con authored
-
- Jul 20, 2010
-
-
ck authored
Reviewed-by: Roberto Raggi
-
- Jul 19, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
Don't complete the current item when pressing special characters (e.g. `;') if the completion is automatically triggered.
-
- Jul 16, 2010
-
-
Roberto Raggi authored
Done-with: Erik Verbruggen
-
Christian Kamm authored
Without requiring ',' to be an electric character. Task-number: QTCREATORBUG-1866 Reviewed-by: Roberto Raggi
-
- Jul 15, 2010
-
-
Thorbjørn Lindeijer authored
Don't automatically trigger the completion when editing a word or when in a comment or string.
-
Thorbjørn Lindeijer authored
Allowing any length more than 2 is too slow at the moment. We'd first need to find a way to avoid recalculating the complete list of items for every character while the key isn't matching anything.
-
Thorbjørn Lindeijer authored
Now it's possible to choose between having completion popup manually, when triggered or always.
-
Thorbjørn Lindeijer authored
Similar behaviour as for the QML editor. However, for now without removing the completion box when you have typed the whole word, since it could still be useful for automatically inserting other characters. Task-number: QTCREATORBUG-67
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- Jul 13, 2010
-
-
con authored
If a plugin requests asyncronous shutdown, the shutdown sequence does not continue to deleting the plugins before it has sent a asynchronousShutdownFinished signal. During that time an event loop is running.
-
- Jul 12, 2010
-
-
con authored
-