eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.html

branch
eric7
changeset 8533
7265a143f5c0
parent 8523
14e1ee6e720b
child 8596
d64760b2da50
--- a/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.html	Mon Aug 23 19:15:36 2021 +0200
+++ b/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.html	Mon Aug 23 19:16:33 2021 +0200
@@ -202,6 +202,14 @@
 <td>Private method to copy the file name of the selected editor to the clipboard.</td>
 </tr>
 <tr>
+<td><a href="#Listspace.__contextMenuCoverageScript">__contextMenuCoverageScript</a></td>
+<td>Private method to run a coverage test of the editor script.</td>
+</tr>
+<tr>
+<td><a href="#Listspace.__contextMenuDebugScript">__contextMenuDebugScript</a></td>
+<td>Private method to debug the editor script.</td>
+</tr>
+<tr>
 <td><a href="#Listspace.__contextMenuOpenRejections">__contextMenuOpenRejections</a></td>
 <td>Private slot to open a rejections file associated with the selected editor.</td>
 </tr>
@@ -214,6 +222,14 @@
 <td>Private method to show a print preview of the selected editor.</td>
 </tr>
 <tr>
+<td><a href="#Listspace.__contextMenuProfileScript">__contextMenuProfileScript</a></td>
+<td>Private method to profile the editor script.</td>
+</tr>
+<tr>
+<td><a href="#Listspace.__contextMenuRunScript">__contextMenuRunScript</a></td>
+<td>Private method to run the editor script.</td>
+</tr>
+<tr>
 <td><a href="#Listspace.__contextMenuSave">__contextMenuSave</a></td>
 <td>Private method to save the selected editor.</td>
 </tr>
@@ -420,6 +436,20 @@
         Private method to copy the file name of the selected editor to the
         clipboard.
 </p>
+<a NAME="Listspace.__contextMenuCoverageScript" ID="Listspace.__contextMenuCoverageScript"></a>
+<h4>Listspace.__contextMenuCoverageScript</h4>
+<b>__contextMenuCoverageScript</b>(<i></i>)
+
+<p>
+        Private method to run a coverage test of the editor script.
+</p>
+<a NAME="Listspace.__contextMenuDebugScript" ID="Listspace.__contextMenuDebugScript"></a>
+<h4>Listspace.__contextMenuDebugScript</h4>
+<b>__contextMenuDebugScript</b>(<i></i>)
+
+<p>
+        Private method to debug the editor script.
+</p>
 <a NAME="Listspace.__contextMenuOpenRejections" ID="Listspace.__contextMenuOpenRejections"></a>
 <h4>Listspace.__contextMenuOpenRejections</h4>
 <b>__contextMenuOpenRejections</b>(<i></i>)
@@ -442,6 +472,20 @@
 <p>
         Private method to show a print preview of the selected editor.
 </p>
+<a NAME="Listspace.__contextMenuProfileScript" ID="Listspace.__contextMenuProfileScript"></a>
+<h4>Listspace.__contextMenuProfileScript</h4>
+<b>__contextMenuProfileScript</b>(<i></i>)
+
+<p>
+        Private method to profile the editor script.
+</p>
+<a NAME="Listspace.__contextMenuRunScript" ID="Listspace.__contextMenuRunScript"></a>
+<h4>Listspace.__contextMenuRunScript</h4>
+<b>__contextMenuRunScript</b>(<i></i>)
+
+<p>
+        Private method to run the editor script.
+</p>
 <a NAME="Listspace.__contextMenuSave" ID="Listspace.__contextMenuSave"></a>
 <h4>Listspace.__contextMenuSave</h4>
 <b>__contextMenuSave</b>(<i></i>)

eric ide

mercurial