Wed, 21 Dec 2022 19:51:34 +0100
Fixed an issue deactivating the plugin.
--- a/PluginExtensionProtobuf.py Tue Dec 20 15:01:23 2022 +0100 +++ b/PluginExtensionProtobuf.py Wed Dec 21 19:51:34 2022 +0100 @@ -23,7 +23,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "10.1.1" +version = "10.1.2" className = "ProtobufExtensionPlugin" packageName = "ExtensionProtobuf" shortDescription = "Support for the development of Protobuf and gRPC projects" @@ -267,7 +267,7 @@ from eric7.Utilities import ClassBrowsers Lexers.unregisterLexer("Protocol Buffer") - ClassBrowsers.registerClassBrowser("Protocol Buffer") + ClassBrowsers.unregisterClassBrowser("Protocol Buffer") self.__browser.deactivate()