mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-23 03:02:50 +03:00
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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user