Moved Completion::getCompletion() in ICompletionCollector and made the filtering of completion items more C++ friendly.

This commit is contained in:
Roberto Raggi
2009-12-02 12:11:49 +01:00
parent d5c2dedd8a
commit f3bebd7f1b
6 changed files with 135 additions and 47 deletions

View File

@@ -64,6 +64,7 @@ public:
void setObjcEnabled(bool objcEnabled)
{ m_objcEnabled = objcEnabled; }
QList<TextEditor::CompletionItem> getCompletions();
bool supportsEditor(TextEditor::ITextEditable *editor);
bool triggersCompletion(TextEditor::ITextEditable *editor);
int startCompletion(TextEditor::ITextEditable *editor);