3 <!-- eric5 project file for project PluginApis --> |
3 <!-- eric5 project file for project PluginApis --> |
4 <Project version="5.1"> |
4 <Project version="5.1"> |
5 <Language>en</Language> |
5 <Language>en</Language> |
6 <Hash>cffb199a6e080ec1818b2abf07afc11ca0592e10</Hash> |
6 <Hash>cffb199a6e080ec1818b2abf07afc11ca0592e10</Hash> |
7 <ProgLanguage mixed="0">Python3</ProgLanguage> |
7 <ProgLanguage mixed="0">Python3</ProgLanguage> |
8 <ProjectType>Qt4</ProjectType> |
8 <ProjectType>E4Plugin</ProjectType> |
9 <Description>This plug-in provides API files for auto-completion and calltips, that are not delivered in some distributions.</Description> |
9 <Description>This plug-in provides API files for auto-completion and calltips, that are not delivered in some distributions.</Description> |
10 <Version>1.0</Version> |
10 <Version>1.0</Version> |
11 <Author>Detlev Offenbach</Author> |
11 <Author>Detlev Offenbach</Author> |
12 <Email>detlev@die-offenbachs.de</Email> |
12 <Email>detlev@die-offenbachs.de</Email> |
13 <Eol index="1"/> |
13 <Eol index="1"/> |
19 <Translations/> |
19 <Translations/> |
20 <Resources/> |
20 <Resources/> |
21 <Interfaces/> |
21 <Interfaces/> |
22 <Others> |
22 <Others> |
23 <Other>.hgignore</Other> |
23 <Other>.hgignore</Other> |
|
24 <Other>ChangeLog</Other> |
|
25 <Other>APIs/Python/PyQt4_Qt4.api</Other> |
|
26 <Other>APIs/Python/PyQt4_Qt5.api</Other> |
|
27 <Other>APIs/Python/QScintilla2.api</Other> |
|
28 <Other>APIs/Python2/Python-2.4.api</Other> |
|
29 <Other>APIs/Python2/Python-2.5.api</Other> |
|
30 <Other>APIs/Python2/Python-2.6.api</Other> |
|
31 <Other>APIs/Python2/Python-2.7.api</Other> |
|
32 <Other>APIs/Python3/Python-3.1.api</Other> |
|
33 <Other>APIs/Python3/Python-3.2.api</Other> |
|
34 <Other>APIs/Python3/Python-3.3.api</Other> |
|
35 <Other>PluginApis.e4p</Other> |
|
36 <Other>PKGLIST</Other> |
|
37 <Other>Documentation/source</Other> |
|
38 <Other>PluginApis.zip</Other> |
24 </Others> |
39 </Others> |
25 <MainScript>PluginApis.py</MainScript> |
40 <MainScript>PluginApis.py</MainScript> |
26 <Vcs> |
41 <Vcs> |
27 <VcsType>Mercurial</VcsType> |
42 <VcsType>Mercurial</VcsType> |
28 <VcsOptions> |
43 <VcsOptions> |
139 <FiletypeAssociation pattern="*.qrc" type="RESOURCES"/> |
154 <FiletypeAssociation pattern="*.qrc" type="RESOURCES"/> |
140 <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS"/> |
155 <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS"/> |
141 <FiletypeAssociation pattern="*.ui" type="FORMS"/> |
156 <FiletypeAssociation pattern="*.ui" type="FORMS"/> |
142 <FiletypeAssociation pattern="*.ui.h" type="FORMS"/> |
157 <FiletypeAssociation pattern="*.ui.h" type="FORMS"/> |
143 </FiletypeAssociations> |
158 </FiletypeAssociations> |
|
159 <Documentation> |
|
160 <DocumentationParams> |
|
161 <dict> |
|
162 <key> |
|
163 <string>ERIC4DOC</string> |
|
164 </key> |
|
165 <value> |
|
166 <dict> |
|
167 <key> |
|
168 <string>cssFile</string> |
|
169 </key> |
|
170 <value> |
|
171 <string>%PYTHON%/eric5/CSSs/default.css</string> |
|
172 </value> |
|
173 <key> |
|
174 <string>ignoreDirectories</string> |
|
175 </key> |
|
176 <value> |
|
177 <list> |
|
178 <string>.eric5project</string> |
|
179 <string>.ropeproject</string> |
|
180 <string>_eric5project</string> |
|
181 <string>_ropeproject</string> |
|
182 </list> |
|
183 </value> |
|
184 <key> |
|
185 <string>ignoreFilePatterns</string> |
|
186 </key> |
|
187 <value> |
|
188 <list> |
|
189 <string>Ui_*.py</string> |
|
190 </list> |
|
191 </value> |
|
192 <key> |
|
193 <string>outputDirectory</string> |
|
194 </key> |
|
195 <value> |
|
196 <string>Documentation/source</string> |
|
197 </value> |
|
198 <key> |
|
199 <string>qtHelpEnabled</string> |
|
200 </key> |
|
201 <value> |
|
202 <bool>False</bool> |
|
203 </value> |
|
204 <key> |
|
205 <string>sourceExtensions</string> |
|
206 </key> |
|
207 <value> |
|
208 <list> |
|
209 <string></string> |
|
210 </list> |
|
211 </value> |
|
212 <key> |
|
213 <string>useRecursion</string> |
|
214 </key> |
|
215 <value> |
|
216 <bool>True</bool> |
|
217 </value> |
|
218 </dict> |
|
219 </value> |
|
220 </dict> |
|
221 </DocumentationParams> |
|
222 </Documentation> |
144 </Project> |
223 </Project> |