src/eric7/Plugins/WizardPlugins/EricPluginWizard/Templates.py

branch
eric7
changeset 11275
933c08329e8b
parent 11148
15e30f0c76a8
child 11277
002e62035d8e
equal deleted inserted replaced
11274:efa1bdc53d4e 11275:933c08329e8b
25 "name": "{name}", 25 "name": "{name}",
26 "author": "{author} <{email}>", 26 "author": "{author} <{email}>",
27 "autoactivate": {autoactivate}, 27 "autoactivate": {autoactivate},
28 "deactivateable": {deactivateable}, 28 "deactivateable": {deactivateable},
29 "version": "{version}", 29 "version": "{version}",
30 {pluginType}\
30 {onDemand}\ 31 {onDemand}\
31 "className": "{className}", 32 "className": "{className}",
32 "packageName": "{packageName}", 33 "packageName": "{packageName}",
33 "shortDescription": "{shortDescription}", 34 "shortDescription": "{shortDescription}",
34 "longDescription": ( 35 "longDescription": (
155 @type Any 156 @type Any
156 """ 157 """
157 pass 158 pass
158 ''' 159 '''
159 160
160 onDemandTemplate = """" pluginType": "{pluginType}", 161 onDemandTemplate = """ "pluginType": "{pluginType}",
161 "pluginTypename": "{pluginTypename}", 162 "pluginTypename": "{pluginTypename}",
163 """
164
165 pluginTypeTemplate = """ "pluginType": "{pluginType}",
162 """ 166 """
163 167
164 previewPixmapTemplate = '''def previewPix(): 168 previewPixmapTemplate = '''def previewPix():
165 """ 169 """
166 Function to return a preview pixmap. 170 Function to return a preview pixmap.

eric ide

mercurial