Fix Run behavior on Windowses without terminal support. Now opens cmd.exe with a bat script helper that waits the user to terminate the process after it run.

ProjectBuild and StatusBuildOutputController clean up (unify build and clean).
This commit is contained in:
Martín Lucas Golini
2024-04-19 19:42:57 -03:00
parent e01a03ad8c
commit 944d6eeab3
10 changed files with 181 additions and 220 deletions

View File

@@ -35,7 +35,7 @@ UITerminal* StatusTerminalController::createTerminal( const std::string& working
nullptr, false );
if ( term == nullptr || term->getTerm() == nullptr ) {
mApp->getTerminalManager()->displayError();
mApp->getTerminalManager()->displayError( workingDir );
return nullptr;
}