mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
ecode: IgnoreMatcherManager fixes. Implemented a new plugin manager.
This commit is contained in:
@@ -344,6 +344,7 @@ UITerminal* TerminalManager::createNewTerminal( const std::string& title, UITabW
|
||||
: mTerminalColorSchemes.begin()->first );
|
||||
} );
|
||||
term->setCommand( "reopen-closed-tab", [&] { mApp->reopenClosedTab(); } );
|
||||
term->setCommand( "plugin-manager", [&] { mApp->createPluginManagerUI(); } );
|
||||
// debug-draw-highlight-toggle
|
||||
// debug-draw-boxes-toggle
|
||||
// debug-draw-debug-data
|
||||
|
||||
Reference in New Issue
Block a user