forked from qt-creator/qt-creator
TextEditor: Allow incremental proposals
... and make use of them with clangd. This way, users can get immediate feedback when a new proposal entry has been found, rather than having to wait until all of them have been collected. Change-Id: I2adfe0153aa7a058f28eb3bd65c71dd30ea018e0 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -47,9 +47,9 @@ void IAssistProcessor::setAsyncProposalAvailable(IAssistProposal *proposal)
|
||||
}
|
||||
|
||||
void IAssistProcessor::setAsyncCompletionAvailableHandler(
|
||||
const IAssistProcessor::AsyncCompletionsAvailableHandler &finalizer)
|
||||
const IAssistProcessor::AsyncCompletionsAvailableHandler &handler)
|
||||
{
|
||||
m_asyncCompletionsAvailableHandler = finalizer;
|
||||
m_asyncCompletionsAvailableHandler = handler;
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user