Allow certain characters to also trigger the completion

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
This commit is contained in:
Thorbjørn Lindeijer
2010-07-09 15:12:44 +02:00
parent 6ee1027eaa
commit b4cecd6ec8
10 changed files with 125 additions and 17 deletions

View File

@@ -171,7 +171,7 @@ void QuickFixCollector::completions(QList<TextEditor::CompletionItem> *quickFixI
}
}
void QuickFixCollector::complete(const TextEditor::CompletionItem &item)
void QuickFixCollector::fix(const TextEditor::CompletionItem &item)
{
const int index = item.data.toInt();