Plugins/WizardPlugins/EricPluginWizard/Templates.py

changeset 6479
2ae32c9f9792
parent 6069
25114fbfb731
child 6645
ad476851d7e0
--- a/Plugins/WizardPlugins/EricPluginWizard/Templates.py	Sun Aug 26 15:03:20 2018 +0200
+++ b/Plugins/WizardPlugins/EricPluginWizard/Templates.py	Sun Aug 26 15:54:51 2018 +0200
@@ -46,7 +46,6 @@
 
 {modulesetup}\
 {exeData}\
-{exeDataList}\
 {apiFiles}\
 {preview}\
 {config1}\
@@ -177,6 +176,7 @@
         "versionPosition": -1,
         "version": "",
         "versionCleanup": None,
+        "exeModule": None,
     }
     for exePath in ["exe1", "exe2"]:
         data["exe"] = exePath
@@ -205,6 +205,26 @@
         "versionPosition": -1,
         "version": "",
         "versionCleanup": None,
+        "exeModule": None,
+    }
+    
+    return data
+
+
+'''
+
+exeDisplayDataInfoTemplate = '''def exeDisplayData():
+    """
+    Module function to support the display of some executable info.
+    
+    @return dictionary containing the data to be shown
+    @rtype dict
+    """
+    data = {
+        "programEntry": False,
+        "header": "<translated header string>",
+        "text": "<translated entry string>",
+        "version": "",
     }
     
     return data

eric ide

mercurial