MCPcopy Create free account
hub / github.com/SpartanJ/eepp / onNewEditor

Method onNewEditor

src/tools/ecode/plugins/pluginmanager.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void PluginManager::onNewEditor( UICodeEditor* editor ) {
115 for ( auto& plugin : mPlugins )
116 editor->registerPlugin( plugin.second );
117}
118
119void PluginManager::setPluginsEnabled( const std::map<std::string, bool>& pluginsEnabled,
120 bool sync ) {

Callers 1

onCodeEditorCreatedMethod · 0.80

Calls 1

registerPluginMethod · 0.45

Tested by

no test coverage detected