ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.PluginProjectPyramid.html

changeset 54
71c83a661c83
parent 44
989c961c33ab
child 64
3b2da211e126
diff -r a3ba38d3a25e -r 71c83a661c83 ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.PluginProjectPyramid.html
--- a/ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.PluginProjectPyramid.html	Sat Sep 28 13:34:57 2013 +0200
+++ b/ProjectPyramid/Documentation/source/Plugin_Project_Pyramid.PluginProjectPyramid.html	Fri Oct 25 18:51:52 2013 +0200
@@ -196,7 +196,8 @@
 <h4>ProjectPyramidPlugin.fileTypesCallback</h4>
 <b>fileTypesCallback</b>(<i></i>)
 <p>
-        Public method get the filetype associations of the Pyramid project type.
+        Public method get the filetype associations of the Pyramid project
+        type.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
@@ -211,9 +212,6 @@
 <dt><i>key</i></dt>
 <dd>
 the key of the value to get
-</dd><dt><i>prefClass</i></dt>
-<dd>
-preferences class used as the storage area
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
@@ -224,8 +222,8 @@
 <h4>ProjectPyramidPlugin.lexerAssociationCallback</h4>
 <b>lexerAssociationCallback</b>(<i>filename</i>)
 <p>
-        Public method to get the lexer association of the Pyramid project type for
-        a file.
+        Public method to get the lexer association of the Pyramid project type
+        for a file.
 </p><dl>
 <dt><i>filename</i></dt>
 <dd>
@@ -234,7 +232,8 @@
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-name of the lexer (string) (Pygments lexers are prefixed with 'Pygments|')
+name of the lexer (string) (Pygments lexers are prefixed with
+            'Pygments|')
 </dd>
 </dl><a NAME="ProjectPyramidPlugin.setPreferences" ID="ProjectPyramidPlugin.setPreferences"></a>
 <h4>ProjectPyramidPlugin.setPreferences</h4>
@@ -248,9 +247,6 @@
 </dd><dt><i>value</i></dt>
 <dd>
 the value to be set
-</dd><dt><i>prefClass</i></dt>
-<dd>
-preferences class used as the storage area
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -261,6 +257,11 @@
 <p>
     Module function to return the API files made available by this plugin.
 </p><dl>
+<dt><i>language</i></dt>
+<dd>
+language to get APIs for (string)
+</dd>
+</dl><dl>
 <dt>Returns:</dt>
 <dd>
 list of API filenames (list of string)
@@ -274,6 +275,11 @@
 <p>
     Module function to create the Pyramid configuration page.
 </p><dl>
+<dt><i>configDlg</i></dt>
+<dd>
+reference to the configuration dialog
+</dd>
+</dl><dl>
 <dt>Returns:</dt>
 <dd>
 reference to the configuration page

eric ide

mercurial