mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 03:26:29 +03:00
ecode: Display the the error or warning message in the symbol info tooltip. Try to prevent reloading a plugin when it's currently loading.
This commit is contained in:
@@ -245,6 +245,7 @@ void FormatterPlugin::loadFormatterConfig( const std::string& path, bool updateC
|
||||
}
|
||||
|
||||
void FormatterPlugin::load( PluginManager* pluginManager ) {
|
||||
BoolScopedOp loading( mLoading, true );
|
||||
pluginManager->subscribeMessages( this,
|
||||
[this]( const auto& notification ) -> PluginRequestHandle {
|
||||
return processMessage( notification );
|
||||
|
||||
Reference in New Issue
Block a user