ecode: IgnoreMatcherManager fixes. Implemented a new plugin manager.

This commit is contained in:
Martín Lucas Golini
2022-09-16 02:41:03 -03:00
parent 11050a01bb
commit dd88478dd8
22 changed files with 545 additions and 277 deletions

View File

@@ -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