logic: Show error updates during custom command indexing
* fixed code view showing all locations when switching view mode while showing errors
This commit is contained in:
@@ -286,7 +286,7 @@ void CodeController::handleMessage(MessageChangeFileView* message)
|
||||
|
||||
if (message->needsData && !message->filePath.empty())
|
||||
{
|
||||
showCodeSnippets(getSnippetsForFileWithState(message->filePath, state), CodeView::CodeParams());
|
||||
showCodeSnippets(getSnippetsForFileWithState(message->filePath, state), CodeView::CodeParams(), !message->showErrors);
|
||||
}
|
||||
|
||||
view->setFileState(message->filePath, state);
|
||||
|
||||
Reference in New Issue
Block a user