Documentation/Source/eric5.Templates.TemplateViewer.html

changeset 945
8cd4d08fa9f6
parent 440
69ace3e2dcf6
child 1002
1151d1ea562a
--- a/Documentation/Source/eric5.Templates.TemplateViewer.html	Fri Mar 11 08:55:14 2011 +0100
+++ b/Documentation/Source/eric5.Templates.TemplateViewer.html	Fri Mar 11 16:51:57 2011 +0100
@@ -307,7 +307,7 @@
 </table>
 <a NAME="TemplateGroup.__init__" ID="TemplateGroup.__init__"></a>
 <h4>TemplateGroup (Constructor)</h4>
-<b>TemplateGroup</b>(<i>parent, name, language = "All"</i>)
+<b>TemplateGroup</b>(<i>parent, name, language="All"</i>)
 <p>
         Constructor
 </p><dl>
@@ -323,7 +323,7 @@
 </dd>
 </dl><a NAME="TemplateGroup.addEntry" ID="TemplateGroup.addEntry"></a>
 <h4>TemplateGroup.addEntry</h4>
-<b>addEntry</b>(<i>name, description, template, quiet = False</i>)
+<b>addEntry</b>(<i>name, description, template, quiet=False</i>)
 <p>
         Public method to add a template entry to this group.
 </p><dl>
@@ -369,7 +369,7 @@
 <h4>TemplateGroup.getEntryNames</h4>
 <b>getEntryNames</b>(<i>beginning</i>)
 <p>
-        Public method to get the names of all entries, who's name starts with the 
+        Public method to get the names of all entries, who's name starts with the
         given string.
 </p><dl>
 <dt><i>beginning</i></dt>
@@ -639,9 +639,9 @@
         Private method to show some help.
 </p><a NAME="TemplateViewer.__templateItemActivated" ID="TemplateViewer.__templateItemActivated"></a>
 <h4>TemplateViewer.__templateItemActivated</h4>
-<b>__templateItemActivated</b>(<i>itm = None, col = 0</i>)
+<b>__templateItemActivated</b>(<i>itm=None, col=0</i>)
 <p>
-        Private slot to handle the activation of an item. 
+        Private slot to handle the activation of an item.
 </p><dl>
 <dt><i>itm</i></dt>
 <dd>
@@ -652,7 +652,7 @@
 </dd>
 </dl><a NAME="TemplateViewer.addEntry" ID="TemplateViewer.addEntry"></a>
 <h4>TemplateViewer.addEntry</h4>
-<b>addEntry</b>(<i>groupName, name, description, template, quiet = False</i>)
+<b>addEntry</b>(<i>groupName, name, description, template, quiet=False</i>)
 <p>
         Public method to add a template entry.
 </p><dl>
@@ -674,7 +674,7 @@
 </dd>
 </dl><a NAME="TemplateViewer.addGroup" ID="TemplateViewer.addGroup"></a>
 <h4>TemplateViewer.addGroup</h4>
-<b>addGroup</b>(<i>name, language = "All"</i>)
+<b>addGroup</b>(<i>name, language="All"</i>)
 <p>
         Public method to add a group.
 </p><dl>
@@ -730,7 +730,7 @@
 </dd>
 </dl><a NAME="TemplateViewer.changeGroup" ID="TemplateViewer.changeGroup"></a>
 <h4>TemplateViewer.changeGroup</h4>
-<b>changeGroup</b>(<i>oldname, newname, language = "All"</i>)
+<b>changeGroup</b>(<i>oldname, newname, language="All"</i>)
 <p>
         Public method to rename a group.
 </p><dl>
@@ -796,7 +796,7 @@
 </dd>
 </dl><a NAME="TemplateViewer.readTemplates" ID="TemplateViewer.readTemplates"></a>
 <h4>TemplateViewer.readTemplates</h4>
-<b>readTemplates</b>(<i>filename = None</i>)
+<b>readTemplates</b>(<i>filename=None</i>)
 <p>
         Public method to read in the templates file (.e4c)
 </p><dl>
@@ -826,7 +826,7 @@
 </dd>
 </dl><a NAME="TemplateViewer.writeTemplates" ID="TemplateViewer.writeTemplates"></a>
 <h4>TemplateViewer.writeTemplates</h4>
-<b>writeTemplates</b>(<i>filename = None</i>)
+<b>writeTemplates</b>(<i>filename=None</i>)
 <p>
         Public method to write the templates data to an XML file (.e4c).
 </p><dl>

eric ide

mercurial