PluginExtensionProtobuf.py

changeset 3
31678035389a
parent 1
7157a39d4a0f
child 8
24fdd6e43cd7
equal deleted inserted replaced
2:2b1359b8845f 3:31678035389a
19 # Start-Of-Header 19 # Start-Of-Header
20 name = "Protobuf and gRPC Extension Plugin" 20 name = "Protobuf and gRPC Extension Plugin"
21 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 21 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
22 autoactivate = True 22 autoactivate = True
23 deactivateable = True 23 deactivateable = True
24 version = "10.0.0" 24 version = "10.0.1"
25 className = "ProtobufExtensionPlugin" 25 className = "ProtobufExtensionPlugin"
26 packageName = "ExtensionProtobuf" 26 packageName = "ExtensionProtobuf"
27 shortDescription = "Support for the development of Protobuf and gRPC projects" 27 shortDescription = "Support for the development of Protobuf and gRPC projects"
28 longDescription = ( 28 longDescription = (
29 "This plugin adds support for the development of Protobuf and gRPC related" 29 "This plugin adds support for the development of Protobuf and gRPC related"
188 188
189 self.__defaults = { 189 self.__defaults = {
190 "protoc": "", 190 "protoc": "",
191 "grpcPythonEnv": "", 191 "grpcPythonEnv": "",
192 } 192 }
193
194 self.__translator = None
195 self.__loadTranslator()
193 196
194 def __initialize(self): 197 def __initialize(self):
195 """ 198 """
196 Private slot to (re)initialize the plugin. 199 Private slot to (re)initialize the plugin.
197 """ 200 """

eric ide

mercurial