mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-16 05:55:06 +03:00
Try fix an issue with plugin reload.
Don't auto format config files when auto format on save is set to avoid issues. Try to fix a very rare issue with the syntax highlighter (also improve locking).
This commit is contained in:
@@ -80,6 +80,8 @@ AutoCompletePlugin::AutoCompletePlugin( PluginManager* pluginManager ) :
|
||||
mManager->subscribeMessages( this, [this]( const PluginMessage& msg ) -> PluginRequestHandle {
|
||||
return processResponse( msg );
|
||||
} );
|
||||
mReady = true;
|
||||
setReady();
|
||||
}
|
||||
|
||||
AutoCompletePlugin::~AutoCompletePlugin() {
|
||||
|
||||
Reference in New Issue
Block a user