PluginWizardDataUriEncoder.py

branch
eric7
changeset 55
40212271d664
parent 53
b1515c7ded27
child 57
2bbbf54c8853
equal deleted inserted replaced
54:379197ac731f 55:40212271d664
19 # Start-of-Header 19 # Start-of-Header
20 name = "Base64 Data URI Encoder Wizard Plug-in" 20 name = "Base64 Data URI Encoder Wizard Plug-in"
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.1.1" 24 version = "10.1.2"
25 className = "WizardDataUriEncoderPlugin" 25 className = "WizardDataUriEncoderPlugin"
26 packageName = "WizardDataUriEncoder" 26 packageName = "WizardDataUriEncoder"
27 shortDescription = "Wizard for the creation of code for a base64 data URI." 27 shortDescription = "Wizard for the creation of code for a base64 data URI."
28 longDescription = ( 28 longDescription = (
29 """This plug-in implements a wizard to generate code for""" 29 """This plug-in implements a wizard to generate code for"""

eric ide

mercurial