logic: Inspect errors during indexing (issue #235)
* Enabled errors table during indexing * Store intermediate errors in StorageCache * Open tab for errors if no tab yet * "Show errors" for file disabled during indexing * Hide indexing dialogs with ESC instead of stopping indexing
This commit is contained in:
@@ -493,6 +493,7 @@ void QtMainWindow::keyPressEvent(QKeyEvent* event)
|
||||
|
||||
case Qt::Key_Escape:
|
||||
emit hideScreenSearch();
|
||||
emit hideIndexingDialog();
|
||||
break;
|
||||
|
||||
case Qt::Key_Slash:
|
||||
|
||||
Reference in New Issue
Block a user