mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-09-22 13:01:05 +03:00
ecode: Visual improvements.
This commit is contained in:
@@ -34,6 +34,10 @@ void PluginManager::setUIReady() {
|
||||
sendBroadcast( PluginMessageType::UIReady, PluginMessageFormat::Empty, nullptr );
|
||||
}
|
||||
|
||||
void PluginManager::setUIThemeReloaded() {
|
||||
sendBroadcast( PluginMessageType::UIThemeReloaded, PluginMessageFormat::Empty, nullptr );
|
||||
}
|
||||
|
||||
UICodeEditorPlugin* ecode::PluginManager::get( const std::string& id ) {
|
||||
auto findIt = mPlugins.find( id );
|
||||
if ( findIt != mPlugins.end() )
|
||||
|
||||
Reference in New Issue
Block a user