PluginProjectWeb.py

branch
eric7
changeset 50
19050d56699d
parent 49
1910859bbacf
child 52
815847f3d404
equal deleted inserted replaced
49:1910859bbacf 50:19050d56699d
27 # Start-Of-Header 27 # Start-Of-Header
28 name = "Generic Web Project Plug-in" 28 name = "Generic Web Project Plug-in"
29 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 29 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
30 autoactivate = True 30 autoactivate = True
31 deactivateable = True 31 deactivateable = True
32 version = "10.2.0" 32 version = "10.2.1"
33 className = "ProjectWebPlugin" 33 className = "ProjectWebPlugin"
34 packageName = "ProjectWeb" 34 packageName = "ProjectWeb"
35 shortDescription = "Support for Web projects and web related tools." 35 shortDescription = "Support for Web projects and web related tools."
36 longDescription = ( 36 longDescription = (
37 """This plug-in provides support for ordinary web projects and some web""" 37 """This plug-in provides support for ordinary web projects and some web"""
90 "Web", self.tr("Web"), self.fileTypesCallback 90 "Web", self.tr("Web"), self.fileTypesCallback
91 ) 91 )
92 92
93 try: 93 try:
94 # backward compatibility for eric7 < 22.12 94 # backward compatibility for eric7 < 22.12
95 from eric7.Project.ProjectBrowser import ( 95 from eric7.Project.ProjectBrowser import ( # noqa: I101
96 FormsBrowserFlag, 96 FormsBrowserFlag,
97 OthersBrowserFlag, 97 OthersBrowserFlag,
98 SourcesBrowserFlag, 98 SourcesBrowserFlag,
99 ) 99 )
100 100

eric ide

mercurial