--- a/PluginProjectDjango.py Sun Jun 16 14:51:36 2013 +0200 +++ b/PluginProjectDjango.py Tue Jun 18 19:27:03 2013 +0200 @@ -26,7 +26,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "3.0.0" +version = "3.1.0" className = "ProjectDjangoPlugin" packageName = "ProjectDjango" shortDescription = "Project support for Django projects." @@ -125,6 +125,8 @@ "RecentNumberApps": 10, "UseIPv6": False, + + "TranslationsEditor": "", } if isWindowsPlatform(): self.__defaults["ConsoleCommandNoClose"] = "cmd.exe /k" @@ -374,6 +376,9 @@ if key in ["VirtualEnvironmentPy2", "VirtualEnvironmentPy3"]: self.__reregisterProjectType() + elif key == "TranslationsEditor": + if self.__object: + self.__object.registerOpenHook() def __reregisterProjectType(self): """