mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
ecode: Added an option to configure the default shell used by ecode terminal.
Closes SpartanJ/ecode#70.
This commit is contained in:
@@ -238,6 +238,10 @@ class App : public UICodeEditorSplitter::Client {
|
||||
t.setCommand( "fallback-font", [&] { openFontDialog( mConfig.ui.fallbackFont, false ); } );
|
||||
t.setCommand( "tree-view-configure-ignore-files", [&] { treeViewConfigureIgnoreFiles(); } );
|
||||
t.setCommand( "check-languages-health", [&] { checkLanguagesHealth(); } );
|
||||
t.setCommand( "configure-terminal-shell", [&] {
|
||||
if ( mTerminalManager )
|
||||
mTerminalManager->configureTerminalShell();
|
||||
} );
|
||||
mSplitter->registerSplitterCommands( t );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user