mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-06 13:36:31 +03:00
ecode: Linter now allows to navigate between erros and warnings with keyboard shortcuts.
This commit is contained in:
@@ -259,7 +259,7 @@ void StatusBuildOutputController::runBuild( const std::string& buildName,
|
||||
}
|
||||
|
||||
if ( !mApp->getWindow()->hasFocus() )
|
||||
mApp->getWindow()->flash( WindowFlashOperation::Briefly );
|
||||
mApp->getWindow()->flash( WindowFlashOperation::UntilFocused );
|
||||
} );
|
||||
|
||||
if ( !res.isValid() ) {
|
||||
@@ -349,7 +349,7 @@ void StatusBuildOutputController::runClean( const std::string& buildName,
|
||||
}
|
||||
|
||||
if ( !mApp->getWindow()->hasFocus() )
|
||||
mApp->getWindow()->flash( WindowFlashOperation::Briefly );
|
||||
mApp->getWindow()->flash( WindowFlashOperation::UntilFocused );
|
||||
} );
|
||||
|
||||
if ( !res.isValid() ) {
|
||||
|
||||
Reference in New Issue
Block a user