Added Open in New Window and Move to New Window as tab right-click options and Edit options (SpartanJ/ecode#629).

Added `Move Tab to Start` and `Move Tab to End` in tab right-click options (SpartanJ/ecode#630).
Added `--profile` CLI option (SpartanJ/ecode#634).
Added `--disable-plugins` CLI option (SpartanJ/ecode#635).
Moved `crashes` directory to profile directory (SpartanJ/ecode#639).
Added `Settings -> Terminal -> Close Terminal Tab on Exit` (SpartanJ/ecode#643).
This commit is contained in:
Martín Lucas Golini
2025-09-10 01:35:11 -03:00
parent 3a7e4add3a
commit 97a89902e2
13 changed files with 261 additions and 72 deletions

View File

@@ -176,7 +176,7 @@ class WindowsSignalHandling {
}
static void handle_stacktrace( int skip_frames = 0 ) {
std::string crashesPath( Sys::getProcessPath() );
std::string crashesPath( Sys::getConfigPath( "ecode" ) );
FileSystem::dirAddSlashAtEnd( crashesPath );
crashesPath += "crashes";
FileSystem::dirAddSlashAtEnd( crashesPath );