ColorString.e4p

changeset 1
e1f013dc03bb
parent 0
78cb5b240094
child 4
40e7964a840d
equal deleted inserted replaced
0:78cb5b240094 1:e1f013dc03bb
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 <!-- eric5 project file for project ColorString --> 3 <!-- eric5 project file for project ColorString -->
4 <Project version="5.1"> 4 <Project version="5.1">
5 <Language>en</Language> 5 <Language>en_US</Language>
6 <Hash>bf7dfc760db7f57239ae96b215ea79bb0df717d5</Hash> 6 <Hash>bf7dfc760db7f57239ae96b215ea79bb0df717d5</Hash>
7 <ProgLanguage mixed="0">Python3</ProgLanguage> 7 <ProgLanguage mixed="0">Python3</ProgLanguage>
8 <ProjectType>E4Plugin</ProjectType> 8 <ProjectType>E4Plugin</ProjectType>
9 <Description>Plug-in to select a color via a color selection dialog and insert it as a string at the current editor cursor position. Selected text is used to initialize the dialog and is replaced with the new color. 9 <Description>Plug-in to select a color via a color selection dialog and insert it as a string at the current editor cursor position. Selected text is used to initialize the dialog and is replaced with the new color.
10 </Description> 10 </Description>
14 <TranslationPattern>ColorString/i18n/colorstring_%language%.ts</TranslationPattern> 14 <TranslationPattern>ColorString/i18n/colorstring_%language%.ts</TranslationPattern>
15 <Eol index="1"/> 15 <Eol index="1"/>
16 <Sources> 16 <Sources>
17 <Source>__init__.py</Source> 17 <Source>__init__.py</Source>
18 <Source>PluginColorString.py</Source> 18 <Source>PluginColorString.py</Source>
19 <Source>ColorString/__init__.py</Source>
20 <Source>ColorString/ColorSelectionDialog.py</Source>
19 </Sources> 21 </Sources>
20 <Forms/> 22 <Forms>
21 <Translations/> 23 <Form>ColorString/ColorSelectionDialog.ui</Form>
24 </Forms>
25 <Translations>
26 <Translation>ColorString/i18n/colorstring_de.ts</Translation>
27 <Translation>ColorString/i18n/colorstring_en.ts</Translation>
28 <Translation>ColorString/i18n/colorstring_es.ts</Translation>
29 <Translation>ColorString/i18n/colorstring_de.qm</Translation>
30 <Translation>ColorString/i18n/colorstring_en.qm</Translation>
31 </Translations>
22 <Resources/> 32 <Resources/>
23 <Interfaces/> 33 <Interfaces/>
24 <Others> 34 <Others>
25 <Other>.hgignore</Other> 35 <Other>.hgignore</Other>
36 <Other>ChangeLog</Other>
37 <Other>ColorString/Documentation/LICENSE.GPL3</Other>
38 <Other>ColorString/Documentation/source</Other>
39 <Other>PKGLIST</Other>
40 <Other>PluginColorString.zip</Other>
26 </Others> 41 </Others>
27 <MainScript>PluginColorString.py</MainScript> 42 <MainScript>PluginColorString.py</MainScript>
28 <Vcs> 43 <Vcs>
29 <VcsType>Mercurial</VcsType> 44 <VcsType>Mercurial</VcsType>
30 <VcsOptions> 45 <VcsOptions>
140 <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS"/> 155 <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS"/>
141 <FiletypeAssociation pattern="*.qrc" type="RESOURCES"/> 156 <FiletypeAssociation pattern="*.qrc" type="RESOURCES"/>
142 <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS"/> 157 <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS"/>
143 <FiletypeAssociation pattern="*.ui" type="FORMS"/> 158 <FiletypeAssociation pattern="*.ui" type="FORMS"/>
144 <FiletypeAssociation pattern="*.ui.h" type="FORMS"/> 159 <FiletypeAssociation pattern="*.ui.h" type="FORMS"/>
160 <FiletypeAssociation pattern="Ui_*.py" type="__IGNORE__"/>
145 </FiletypeAssociations> 161 </FiletypeAssociations>
162 <Documentation>
163 <DocumentationParams>
164 <dict>
165 <key>
166 <string>ERIC4DOC</string>
167 </key>
168 <value>
169 <dict>
170 <key>
171 <string>cssFile</string>
172 </key>
173 <value>
174 <string>%PYTHON%/eric5/CSSs/default.css</string>
175 </value>
176 <key>
177 <string>ignoreDirectories</string>
178 </key>
179 <value>
180 <list>
181 <string>.eric5project</string>
182 <string>_eric5project</string>
183 <string>.ropeproject</string>
184 <string>_ropeproject</string>
185 <string>.hg</string>
186 </list>
187 </value>
188 <key>
189 <string>ignoreFilePatterns</string>
190 </key>
191 <value>
192 <list>
193 <string>Ui_*.py</string>
194 </list>
195 </value>
196 <key>
197 <string>noempty</string>
198 </key>
199 <value>
200 <bool>True</bool>
201 </value>
202 <key>
203 <string>outputDirectory</string>
204 </key>
205 <value>
206 <string>ColorString/Documentation/source</string>
207 </value>
208 <key>
209 <string>qtHelpEnabled</string>
210 </key>
211 <value>
212 <bool>False</bool>
213 </value>
214 <key>
215 <string>sourceExtensions</string>
216 </key>
217 <value>
218 <list>
219 <string></string>
220 </list>
221 </value>
222 <key>
223 <string>useRecursion</string>
224 </key>
225 <value>
226 <bool>True</bool>
227 </value>
228 </dict>
229 </value>
230 </dict>
231 </DocumentationParams>
232 </Documentation>
146 </Project> 233 </Project>

eric ide

mercurial