PluginExtensionCorba.py

changeset 6
dbc40938587e
parent 4
ff4fc402f193
child 10
c88be5019d60
equal deleted inserted replaced
5:d9f3b1439865 6:dbc40938587e
19 # Start-Of-Header 19 # Start-Of-Header
20 name = "Corba Extension Plugin" 20 name = "Corba 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 = "CorbaExtensionPlugin" 25 className = "CorbaExtensionPlugin"
26 packageName = "ExtensionCorba" 26 packageName = "ExtensionCorba"
27 shortDescription = "Support for the development of CORBA projects" 27 shortDescription = "Support for the development of CORBA projects"
28 longDescription = ( 28 longDescription = (
29 "This plugin adds support for the development of CORBA related projects." 29 "This plugin adds support for the development of CORBA related projects."
148 self.__initialize() 148 self.__initialize()
149 149
150 self.__defaults = { 150 self.__defaults = {
151 "omniidl": "", 151 "omniidl": "",
152 } 152 }
153
154 self.__translator = None
155 self.__loadTranslator()
153 156
154 def __initialize(self): 157 def __initialize(self):
155 """ 158 """
156 Private slot to (re)initialize the plugin. 159 Private slot to (re)initialize the plugin.
157 """ 160 """

eric ide

mercurial