- 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
-
Erik Verbruggen authored
-
- Jun 18, 2010
-
-
Erik Verbruggen authored
-
- Jun 16, 2010
-
-
Thorbjørn Lindeijer authored
columnNumber() relies on text wrapping, and we're only interested in the position of the cursor in the block.
-
- Jun 14, 2010
-
-
Erik Verbruggen authored
Also removed TokenUnderCursor as it's functionality is in the token cache. Reviewed-by: ckamm
-
- Jun 04, 2010
-
-
Erik Verbruggen authored
This reverts commit c2393df0.
-
Erik Verbruggen authored
This should speed things up a bit, because before, the line was tokenized at least 3 times.
-
- Jun 02, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- May 28, 2010
-
-
Roberto Raggi authored
-