forked from qt-creator/qt-creator
		
	TextEditor: Move isAsynchronous() up to IAssistProvider
...from CompletionAssistProvider, so other providers can be executed asynchronously, too. Change-Id: I6ec06f6d76bc2937bc272450b4e8dffd81ee868e Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
		| @@ -96,6 +96,11 @@ QmlJSQuickFixAssistProvider::QmlJSQuickFixAssistProvider() | ||||
| QmlJSQuickFixAssistProvider::~QmlJSQuickFixAssistProvider() | ||||
| {} | ||||
|  | ||||
| bool QmlJSQuickFixAssistProvider::isAsynchronous() const | ||||
| { | ||||
|     return false; | ||||
| } | ||||
|  | ||||
| bool QmlJSQuickFixAssistProvider::supportsEditor(const Core::Id &editorId) const | ||||
| { | ||||
|     return editorId == Constants::C_QMLJSEDITOR_ID; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user