- Jan 07, 2011
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- Dec 20, 2010
-
-
Roberto Raggi authored
Reviewed-by: Thorbjørn Lindeijer
-
- Dec 17, 2010
-
-
con authored
-
- Dec 16, 2010
-
-
Thorbjørn Lindeijer authored
When the user types '(' then he'll likely also type the matching ')', in which case skipping the automatic closing parenthesis is annoying because you would end up with two of them. Reviewed-by: Roberto Raggi
-
- Dec 14, 2010
-
-
Roberto Raggi authored
-
- Dec 08, 2010
-
-
Leandro Melo authored
Groups are no longer enum values but identified from snippet providers.
-
Leandro Melo authored
Provide an interface so users can create/edit/remove snippets.
-
- Dec 06, 2010
-
-
Leandro Melo authored
Reviewed-by: Roberto Raggi
-
- Nov 08, 2010
-
-
Roberto Raggi authored
Reviewed-by: Erik Verbruggen
-
- Sep 27, 2010
-
-
Leandro Melo authored
In some cases snippets have a description. Due to the sorting this already places them after keywords. So this is just to be consistent for all cases.
-
- Sep 24, 2010
-
-
Leandro Melo authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- Sep 15, 2010
-
-
Leandro Melo authored
Task-number: QTCREATORBUG-2307 Reviewed-by: Thorbjorn Lindeijer
-
- Sep 02, 2010
-
-
Roberto Raggi authored
-
- Aug 26, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Aug 11, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Aug 05, 2010
-
-
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 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
-
- 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
-
- Jul 12, 2010
-
-
Roberto Raggi authored
Done-with: Erik Verbruggen
-
- Jul 09, 2010
-
-
Thorbjørn Lindeijer authored
Now you can type characters like ., ( and : to complete the selected item, depending on the type of the completion item. Task-number: QTCREATORBUG-271 Reviewed-by: Roberto Raggi
-
- Jul 06, 2010
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- Jul 05, 2010
-
-
Roberto Raggi authored
This was a regression introduced in 8e4fb678 triggersCompletion should return `true' when the token at the left of the T_LPAREN is an identifier, a SIGNAL, a SLOT or T_GREATER (for template functions).
-
- Jul 02, 2010
-
-
Erik Verbruggen authored
-