SplitMergeCamelCase.e4p

changeset 1
1ff6dcf50215
parent 0
cff1c67f7dc1
child 6
98590f1781bc
--- a/SplitMergeCamelCase.e4p	Sat Dec 21 13:04:13 2013 +0100
+++ b/SplitMergeCamelCase.e4p	Sat Dec 21 15:26:24 2013 +0100
@@ -6,7 +6,7 @@
   <Hash>68ce2010b207c039fed70a037e0f0241f43dc925</Hash>
   <ProgLanguage mixed="0">Python3</ProgLanguage>
   <ProjectType>E4Plugin</ProjectType>
-  <Description>Plug-in to split or merge camel case text. It works with the current editor. The menu entries will only be shown, if the current editor has some selected text.</Description>
+  <Description>Plug-in to split, merge or convert camel case text. It works with the current editor. The menu entries will only be selectable, if the current editor has some selected text.</Description>
   <Version>0.x</Version>
   <Author>Detlev Offenbach</Author>
   <Email>detlev@die-offenbachs.de</Email>
@@ -15,13 +15,26 @@
   <Sources>
     <Source>__init__.py</Source>
     <Source>PluginSplitMergeCamelCase.py</Source>
+    <Source>SplitMergeCamelCase/__init__.py</Source>
   </Sources>
   <Forms/>
-  <Translations/>
+  <Translations>
+    <Translation>SplitMergeCamelCase/i18n/splitmergecamelcase_de.ts</Translation>
+    <Translation>SplitMergeCamelCase/i18n/splitmergecamelcase_en.ts</Translation>
+    <Translation>SplitMergeCamelCase/i18n/splitmergecamelcase_es.ts</Translation>
+    <Translation>SplitMergeCamelCase/i18n/splitmergecamelcase_de.qm</Translation>
+    <Translation>SplitMergeCamelCase/i18n/splitmergecamelcase_en.qm</Translation>
+  </Translations>
   <Resources/>
   <Interfaces/>
   <Others>
     <Other>.hgignore</Other>
+    <Other>SplitMergeCamelCase.e4p</Other>
+    <Other>ChangeLog</Other>
+    <Other>SplitMergeCamelCase/Documentation/LICENSE.GPL3</Other>
+    <Other>SplitMergeCamelCase/Documentation/source</Other>
+    <Other>PKGLIST</Other>
+    <Other>PluginSplitMergeCamelCase.zip</Other>
   </Others>
   <MainScript>PluginSplitMergeCamelCase.py</MainScript>
   <Vcs>
@@ -142,4 +155,142 @@
     <FiletypeAssociation pattern="*.ui" type="FORMS"/>
     <FiletypeAssociation pattern="*.ui.h" type="FORMS"/>
   </FiletypeAssociations>
+  <Documentation>
+    <DocumentationParams>
+      <dict>
+        <key>
+          <string>ERIC4DOC</string>
+        </key>
+        <value>
+          <dict>
+            <key>
+              <string>cssFile</string>
+            </key>
+            <value>
+              <string>%PYTHON%/eric5/CSSs/default.css</string>
+            </value>
+            <key>
+              <string>ignoreDirectories</string>
+            </key>
+            <value>
+              <list>
+                <string>.eric5project</string>
+                <string>.hg</string>
+                <string>.ropeproject</string>
+                <string>_eric5project</string>
+                <string>_ropeproject</string>
+              </list>
+            </value>
+            <key>
+              <string>ignoreFilePatterns</string>
+            </key>
+            <value>
+              <list>
+                <string>Ui_*.py</string>
+              </list>
+            </value>
+            <key>
+              <string>outputDirectory</string>
+            </key>
+            <value>
+              <string>SplitMergeCamelCase/Documentation/source</string>
+            </value>
+            <key>
+              <string>qtHelpEnabled</string>
+            </key>
+            <value>
+              <bool>False</bool>
+            </value>
+            <key>
+              <string>sourceExtensions</string>
+            </key>
+            <value>
+              <list>
+                <string></string>
+              </list>
+            </value>
+            <key>
+              <string>useRecursion</string>
+            </key>
+            <value>
+              <bool>True</bool>
+            </value>
+          </dict>
+        </value>
+      </dict>
+    </DocumentationParams>
+  </Documentation>
+  <Checkers>
+    <CheckersParams>
+      <dict>
+        <key>
+          <string>Pep8Checker</string>
+        </key>
+        <value>
+          <dict>
+            <key>
+              <string>DocstringType</string>
+            </key>
+            <value>
+              <string>eric</string>
+            </value>
+            <key>
+              <string>ExcludeFiles</string>
+            </key>
+            <value>
+              <string>*/Ui_*.py</string>
+            </value>
+            <key>
+              <string>ExcludeMessages</string>
+            </key>
+            <value>
+              <string>W293, N802, N803, N807, N808, N821</string>
+            </value>
+            <key>
+              <string>FixCodes</string>
+            </key>
+            <value>
+              <string></string>
+            </value>
+            <key>
+              <string>FixIssues</string>
+            </key>
+            <value>
+              <bool>False</bool>
+            </value>
+            <key>
+              <string>HangClosing</string>
+            </key>
+            <value>
+              <bool>False</bool>
+            </value>
+            <key>
+              <string>IncludeMessages</string>
+            </key>
+            <value>
+              <string></string>
+            </value>
+            <key>
+              <string>MaxLineLength</string>
+            </key>
+            <value>
+              <int>79</int>
+            </value>
+            <key>
+              <string>NoFixCodes</string>
+            </key>
+            <value>
+              <string>E501</string>
+            </value>
+            <key>
+              <string>RepeatMessages</string>
+            </key>
+            <value>
+              <bool>True</bool>
+            </value>
+          </dict>
+        </value>
+      </dict>
+    </CheckersParams>
+  </Checkers>
 </Project>

eric ide

mercurial