1 <?xml version="1.0" encoding="UTF-8"?> |
1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!DOCTYPE Project SYSTEM "Project-5.1.dtd"> |
2 <!DOCTYPE Project SYSTEM "Project-5.1.dtd"> |
3 <!-- eric project file for project ColorString --> |
3 <!-- eric project file for project ColorString --> |
4 <!-- Copyright (C) 2015 Detlev Offenbach, detlev@die-offenbachs.de --> |
4 <!-- Copyright (C) 2017 Detlev Offenbach, detlev@die-offenbachs.de --> |
5 <Project version="5.1"> |
5 <Project version="5.1"> |
6 <Language>en_US</Language> |
6 <Language>en_US</Language> |
7 <Hash>bf7dfc760db7f57239ae96b215ea79bb0df717d5</Hash> |
7 <Hash>bf7dfc760db7f57239ae96b215ea79bb0df717d5</Hash> |
8 <ProgLanguage mixed="0">Python3</ProgLanguage> |
8 <ProgLanguage mixed="0">Python3</ProgLanguage> |
9 <ProjectType>E6Plugin</ProjectType> |
9 <ProjectType>E6Plugin</ProjectType> |
13 <Author>Detlev Offenbach</Author> |
13 <Author>Detlev Offenbach</Author> |
14 <Email>detlev@die-offenbachs.de</Email> |
14 <Email>detlev@die-offenbachs.de</Email> |
15 <TranslationPattern>ColorString/i18n/colorstring_%language%.ts</TranslationPattern> |
15 <TranslationPattern>ColorString/i18n/colorstring_%language%.ts</TranslationPattern> |
16 <Eol index="1"/> |
16 <Eol index="1"/> |
17 <Sources> |
17 <Sources> |
|
18 <Source>ColorString/ColorSelectionDialog.py</Source> |
|
19 <Source>ColorString/__init__.py</Source> |
|
20 <Source>PluginColorString.py</Source> |
18 <Source>__init__.py</Source> |
21 <Source>__init__.py</Source> |
19 <Source>PluginColorString.py</Source> |
|
20 <Source>ColorString/__init__.py</Source> |
|
21 <Source>ColorString/ColorSelectionDialog.py</Source> |
|
22 </Sources> |
22 </Sources> |
23 <Forms> |
23 <Forms> |
24 <Form>ColorString/ColorSelectionDialog.ui</Form> |
24 <Form>ColorString/ColorSelectionDialog.ui</Form> |
25 </Forms> |
25 </Forms> |
26 <Translations> |
26 <Translations> |
|
27 <Translation>ColorString/i18n/colorstring_de.qm</Translation> |
27 <Translation>ColorString/i18n/colorstring_de.ts</Translation> |
28 <Translation>ColorString/i18n/colorstring_de.ts</Translation> |
|
29 <Translation>ColorString/i18n/colorstring_en.qm</Translation> |
28 <Translation>ColorString/i18n/colorstring_en.ts</Translation> |
30 <Translation>ColorString/i18n/colorstring_en.ts</Translation> |
|
31 <Translation>ColorString/i18n/colorstring_es.qm</Translation> |
29 <Translation>ColorString/i18n/colorstring_es.ts</Translation> |
32 <Translation>ColorString/i18n/colorstring_es.ts</Translation> |
30 <Translation>ColorString/i18n/colorstring_de.qm</Translation> |
33 <Translation>ColorString/i18n/colorstring_ru.qm</Translation> |
31 <Translation>ColorString/i18n/colorstring_en.qm</Translation> |
|
32 <Translation>ColorString/i18n/colorstring_es.qm</Translation> |
|
33 <Translation>ColorString/i18n/colorstring_ru.ts</Translation> |
34 <Translation>ColorString/i18n/colorstring_ru.ts</Translation> |
34 <Translation>ColorString/i18n/colorstring_ru.qm</Translation> |
|
35 </Translations> |
35 </Translations> |
36 <Resources/> |
36 <Resources/> |
37 <Interfaces/> |
37 <Interfaces/> |
38 <Others> |
38 <Others> |
39 <Other>.hgignore</Other> |
39 <Other>.hgignore</Other> |
40 <Other>ChangeLog</Other> |
40 <Other>ChangeLog</Other> |
|
41 <Other>ColorString.e4p</Other> |
41 <Other>ColorString/Documentation/LICENSE.GPL3</Other> |
42 <Other>ColorString/Documentation/LICENSE.GPL3</Other> |
42 <Other>ColorString/Documentation/source</Other> |
43 <Other>ColorString/Documentation/source</Other> |
43 <Other>PKGLIST</Other> |
44 <Other>PKGLIST</Other> |
44 <Other>PluginColorString.zip</Other> |
45 <Other>PluginColorString.zip</Other> |
45 <Other>ColorString.e4p</Other> |
|
46 </Others> |
46 </Others> |
47 <MainScript>PluginColorString.py</MainScript> |
47 <MainScript>PluginColorString.py</MainScript> |
48 <Vcs> |
48 <Vcs> |
49 <VcsType>Mercurial</VcsType> |
49 <VcsType>Mercurial</VcsType> |
50 <VcsOptions> |
50 <VcsOptions> |
244 <string>Pep8Checker</string> |
233 <string>Pep8Checker</string> |
245 </key> |
234 </key> |
246 <value> |
235 <value> |
247 <dict> |
236 <dict> |
248 <key> |
237 <key> |
|
238 <string>BuiltinsChecker</string> |
|
239 </key> |
|
240 <value> |
|
241 <dict> |
|
242 <key> |
|
243 <string>bytes</string> |
|
244 </key> |
|
245 <value> |
|
246 <list> |
|
247 <string>unicode</string> |
|
248 </list> |
|
249 </value> |
|
250 <key> |
|
251 <string>chr</string> |
|
252 </key> |
|
253 <value> |
|
254 <list> |
|
255 <string>unichr</string> |
|
256 </list> |
|
257 </value> |
|
258 <key> |
|
259 <string>str</string> |
|
260 </key> |
|
261 <value> |
|
262 <list> |
|
263 <string>unicode</string> |
|
264 </list> |
|
265 </value> |
|
266 </dict> |
|
267 </value> |
|
268 <key> |
|
269 <string>CopyrightAuthor</string> |
|
270 </key> |
|
271 <value> |
|
272 <string></string> |
|
273 </value> |
|
274 <key> |
|
275 <string>CopyrightMinFileSize</string> |
|
276 </key> |
|
277 <value> |
|
278 <int>0</int> |
|
279 </value> |
|
280 <key> |
249 <string>DocstringType</string> |
281 <string>DocstringType</string> |
250 </key> |
282 </key> |
251 <value> |
283 <value> |
252 <string>eric</string> |
284 <string>eric</string> |
253 </value> |
285 </value> |
254 <key> |
286 <key> |
255 <string>ExcludeFiles</string> |
287 <string>ExcludeFiles</string> |
256 </key> |
288 </key> |
257 <value> |
289 <value> |
258 <string>*/Ui_*.py</string> |
290 <string>*/Ui_*.py, */*_rc.py</string> |
259 </value> |
291 </value> |
260 <key> |
292 <key> |
261 <string>ExcludeMessages</string> |
293 <string>ExcludeMessages</string> |
262 </key> |
294 </key> |
263 <value> |
295 <value> |
264 <string>W293, N802, N803, N807, N808, N821,E265</string> |
296 <string>C101, E265, E266, E305, E402, M811, N802, N803, N807, N808, N821, W293</string> |
265 </value> |
297 </value> |
266 <key> |
298 <key> |
267 <string>FixCodes</string> |
299 <string>FixCodes</string> |
268 </key> |
300 </key> |
269 <value> |
301 <value> |