ColorString.e4p

changeset 11
3b7ec819a55d
parent 4
40e7964a840d
child 13
078cfd486432
equal deleted inserted replaced
9:100cd707c50a 11:3b7ec819a55d
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 <!-- eric6 project file for project ColorString -->
4 <!-- Copyright (C) 2014 Detlev Offenbach, detlev@die-offenbachs.de -->
4 <Project version="5.1"> 5 <Project version="5.1">
5 <Language>en_US</Language> 6 <Language>en_US</Language>
6 <Hash>bf7dfc760db7f57239ae96b215ea79bb0df717d5</Hash> 7 <Hash>bf7dfc760db7f57239ae96b215ea79bb0df717d5</Hash>
7 <ProgLanguage mixed="0">Python3</ProgLanguage> 8 <ProgLanguage mixed="0">Python3</ProgLanguage>
8 <ProjectType>E4Plugin</ProjectType> 9 <ProjectType>E6Plugin</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. 10 <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> 11 </Description>
11 <Version>0.1</Version> 12 <Version>0.1</Version>
12 <Author>Detlev Offenbach</Author> 13 <Author>Detlev Offenbach</Author>
13 <Email>detlev@die-offenbachs.de</Email> 14 <Email>detlev@die-offenbachs.de</Email>
170 <dict> 171 <dict>
171 <key> 172 <key>
172 <string>cssFile</string> 173 <string>cssFile</string>
173 </key> 174 </key>
174 <value> 175 <value>
175 <string>%PYTHON%/eric5/CSSs/default.css</string> 176 <string>%PYTHON%/eric6/CSSs/default.css</string>
176 </value> 177 </value>
177 <key> 178 <key>
178 <string>ignoreDirectories</string> 179 <string>ignoreDirectories</string>
179 </key> 180 </key>
180 <value> 181 <value>
182 <string>.eric5project</string> 183 <string>.eric5project</string>
183 <string>_eric5project</string> 184 <string>_eric5project</string>
184 <string>.ropeproject</string> 185 <string>.ropeproject</string>
185 <string>_ropeproject</string> 186 <string>_ropeproject</string>
186 <string>.hg</string> 187 <string>.hg</string>
188 <string>.eric6project</string>
189 <string>_eric6project</string>
187 </list> 190 </list>
188 </value> 191 </value>
189 <key> 192 <key>
190 <string>ignoreFilePatterns</string> 193 <string>ignoreFilePatterns</string>
191 </key> 194 </key>
229 </dict> 232 </dict>
230 </value> 233 </value>
231 </dict> 234 </dict>
232 </DocumentationParams> 235 </DocumentationParams>
233 </Documentation> 236 </Documentation>
237 <Checkers>
238 <CheckersParams>
239 <dict>
240 <key>
241 <string>Pep8Checker</string>
242 </key>
243 <value>
244 <dict>
245 <key>
246 <string>DocstringType</string>
247 </key>
248 <value>
249 <string>eric</string>
250 </value>
251 <key>
252 <string>ExcludeFiles</string>
253 </key>
254 <value>
255 <string>*/Ui_*.py</string>
256 </value>
257 <key>
258 <string>ExcludeMessages</string>
259 </key>
260 <value>
261 <string>W293, N802, N803, N807, N808, N821,E265</string>
262 </value>
263 <key>
264 <string>FixCodes</string>
265 </key>
266 <value>
267 <string></string>
268 </value>
269 <key>
270 <string>FixIssues</string>
271 </key>
272 <value>
273 <bool>False</bool>
274 </value>
275 <key>
276 <string>HangClosing</string>
277 </key>
278 <value>
279 <bool>False</bool>
280 </value>
281 <key>
282 <string>IncludeMessages</string>
283 </key>
284 <value>
285 <string></string>
286 </value>
287 <key>
288 <string>MaxLineLength</string>
289 </key>
290 <value>
291 <int>79</int>
292 </value>
293 <key>
294 <string>NoFixCodes</string>
295 </key>
296 <value>
297 <string>E501</string>
298 </value>
299 <key>
300 <string>RepeatMessages</string>
301 </key>
302 <value>
303 <bool>True</bool>
304 </value>
305 <key>
306 <string>ShowIgnored</string>
307 </key>
308 <value>
309 <bool>False</bool>
310 </value>
311 </dict>
312 </value>
313 </dict>
314 </CheckersParams>
315 </Checkers>
234 </Project> 316 </Project>

eric ide

mercurial