- 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
-
- 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
-