Fixed an issue deactivating the plugin. release-10.1.2

Wed, 21 Dec 2022 19:51:34 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 21 Dec 2022 19:51:34 +0100
changeset 14
2ceb629eedcd
parent 13
fb490849b1be
child 15
6eaf7b1a4743

Fixed an issue deactivating the plugin.

PluginExtensionProtobuf.py file | annotate | diff | comparison | revisions
PluginExtensionProtobuf.zip file | annotate | diff | comparison | revisions
changelog.md file | annotate | diff | comparison | revisions
--- 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()
 
Binary file PluginExtensionProtobuf.zip has changed
--- a/changelog.md	Tue Dec 20 15:01:23 2022 +0100
+++ b/changelog.md	Wed Dec 21 19:51:34 2022 +0100
@@ -1,6 +1,10 @@
 ChangeLog
 ---------
 
+__Version 10.1.2__
+
+- bug fixes
+
 __Version 10.1.1__
 
 - changed some import statements

eric ide

mercurial