mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-10 00:31:20 +03:00
eepp: Added "jump-lines-up" and "jump-lines-down" commands to UICodeEditor.
ecode: Fixed display of textDocument/references (wasn't displaying non opened files). Build command will save all modified files before running.
This commit is contained in:
@@ -661,9 +661,11 @@ void ProjectBuildManager::buildCurrentConfig( StatusBuildOutputController* sboc
|
||||
if ( buildIt.second.getName() == mConfig.buildName )
|
||||
build = &buildIt.second;
|
||||
|
||||
if ( build )
|
||||
if ( build ) {
|
||||
mApp->saveAll();
|
||||
sboc->runBuild( build->getName(), mConfig.buildType,
|
||||
getOutputParser( build->getName() ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user