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:
Martín Lucas Golini
2023-10-12 20:55:55 -03:00
parent 765c6b7632
commit 2b15e0749d
13 changed files with 111 additions and 46 deletions

View File

@@ -80,6 +80,8 @@ AutoCompletePlugin::AutoCompletePlugin( PluginManager* pluginManager ) :
mManager->subscribeMessages( this, [this]( const PluginMessage& msg ) -> PluginRequestHandle {
return processResponse( msg );
} );
mReady = true;
setReady();
}
AutoCompletePlugin::~AutoCompletePlugin() {