9 <ProjectType>E6Plugin</ProjectType> |
9 <ProjectType>E6Plugin</ProjectType> |
10 <Description>Plugin implementing support for Flask projects.</Description> |
10 <Description>Plugin implementing support for Flask projects.</Description> |
11 <Version>1.x</Version> |
11 <Version>1.x</Version> |
12 <Author>Detlev Offenbach</Author> |
12 <Author>Detlev Offenbach</Author> |
13 <Email>detlev@die-offenbachs.de</Email> |
13 <Email>detlev@die-offenbachs.de</Email> |
14 <TranslationPattern>ProjectDjango/i18n/flask_%language%.ts</TranslationPattern> |
14 <TranslationPattern>ProjectFlask/i18n/flask_%language%.ts</TranslationPattern> |
15 <Eol index="1"/> |
15 <Eol index="1"/> |
16 <Sources> |
16 <Sources> |
17 <Source>PluginProjectFlask.py</Source> |
17 <Source>PluginProjectFlask.py</Source> |
|
18 <Source>ProjectFlask/ConfigurationPage/FlaskPage.py</Source> |
|
19 <Source>ProjectFlask/ConfigurationPage/__init__.py</Source> |
|
20 <Source>ProjectFlask/Project.py</Source> |
|
21 <Source>ProjectFlask/__init__.py</Source> |
18 <Source>__init__.py</Source> |
22 <Source>__init__.py</Source> |
19 </Sources> |
23 </Sources> |
|
24 <Forms> |
|
25 <Form>ProjectFlask/ConfigurationPage/FlaskPage.ui</Form> |
|
26 </Forms> |
20 <Others> |
27 <Others> |
21 <Other>.hgignore</Other> |
28 <Other>.hgignore</Other> |
|
29 <Other>PluginFlask.e4p</Other> |
|
30 <Other>ProjectFlask/APIs</Other> |
|
31 <Other>ProjectFlask/icons/flask-dark.svg</Other> |
|
32 <Other>ProjectFlask/icons/flask-light.svg</Other> |
|
33 <Other>ProjectFlask/icons/flask64-dark.svg</Other> |
|
34 <Other>ProjectFlask/icons/flask64-light.svg</Other> |
22 </Others> |
35 </Others> |
23 <MainScript>PluginProjectFlask.py</MainScript> |
36 <MainScript>PluginProjectFlask.py</MainScript> |
24 <Vcs> |
37 <Vcs> |
25 <VcsType>Mercurial</VcsType> |
38 <VcsType>Mercurial</VcsType> |
26 <VcsOptions> |
39 <VcsOptions> |
141 <FiletypeAssociation pattern="*.ui" type="FORMS"/> |
154 <FiletypeAssociation pattern="*.ui" type="FORMS"/> |
142 <FiletypeAssociation pattern="GNUmakefile" type="OTHERS"/> |
155 <FiletypeAssociation pattern="GNUmakefile" type="OTHERS"/> |
143 <FiletypeAssociation pattern="Makefile" type="OTHERS"/> |
156 <FiletypeAssociation pattern="Makefile" type="OTHERS"/> |
144 <FiletypeAssociation pattern="README" type="OTHERS"/> |
157 <FiletypeAssociation pattern="README" type="OTHERS"/> |
145 <FiletypeAssociation pattern="README.*" type="OTHERS"/> |
158 <FiletypeAssociation pattern="README.*" type="OTHERS"/> |
|
159 <FiletypeAssociation pattern="Ui_*.py" type="__IGNORE__"/> |
146 <FiletypeAssociation pattern="makefile" type="OTHERS"/> |
160 <FiletypeAssociation pattern="makefile" type="OTHERS"/> |
147 </FiletypeAssociations> |
161 </FiletypeAssociations> |
148 </Project> |
162 </Project> |