Plugins/PluginEricdoc.py

changeset 5316
31cbc97d4974
parent 4631
5c1a96925da4
child 5389
9b1c800daff3
equal deleted inserted replaced
5314:76013775e623 5316:31cbc97d4974
17 from E5Gui.E5Application import e5App 17 from E5Gui.E5Application import e5App
18 18
19 from E5Gui.E5Action import E5Action 19 from E5Gui.E5Action import E5Action
20 20
21 import Utilities 21 import Utilities
22 import UI.Info
22 23
23 from eric6config import getConfig 24 from eric6config import getConfig
24 25
25 # Start-Of-Header 26 # Start-Of-Header
26 name = "Ericdoc Plugin" 27 name = "Ericdoc Plugin"
27 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 28 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
28 autoactivate = True 29 autoactivate = True
29 deactivateable = True 30 deactivateable = True
30 version = "6.2.0" 31 version = UI.Info.VersionOnly
31 className = "EricdocPlugin" 32 className = "EricdocPlugin"
32 packageName = "__core__" 33 packageName = "__core__"
33 shortDescription = "Show the Ericdoc dialogs." 34 shortDescription = "Show the Ericdoc dialogs."
34 longDescription = """This plugin implements the Ericdoc dialogs.""" \ 35 longDescription = """This plugin implements the Ericdoc dialogs.""" \
35 """ Ericdoc is used to generate a source code documentation""" \ 36 """ Ericdoc is used to generate a source code documentation""" \

eric ide

mercurial