--- a/src/eric7/Plugins/WizardPlugins/EricPluginWizard/Templates.py Thu May 08 16:09:46 2025 +0200 +++ b/src/eric7/Plugins/WizardPlugins/EricPluginWizard/Templates.py Thu May 08 16:11:25 2025 +0200 @@ -27,6 +27,7 @@ "autoactivate": {autoactivate}, "deactivateable": {deactivateable}, "version": "{version}", +{pluginType}\ {onDemand}\ "className": "{className}", "packageName": "{packageName}", @@ -157,10 +158,13 @@ pass ''' -onDemandTemplate = """" pluginType": "{pluginType}", +onDemandTemplate = """ "pluginType": "{pluginType}", "pluginTypename": "{pluginTypename}", """ +pluginTypeTemplate = """ "pluginType": "{pluginType}", +""" + previewPixmapTemplate = '''def previewPix(): """ Function to return a preview pixmap.