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

branch
eric7
changeset 8533
7265a143f5c0
parent 8523
14e1ee6e720b
child 8596
d64760b2da50
--- a/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.html	Mon Aug 23 19:15:36 2021 +0200
+++ b/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.html	Mon Aug 23 19:16:33 2021 +0200
@@ -257,6 +257,14 @@
 <td>Private method to copy the file name of the selected tab to the clipboard.</td>
 </tr>
 <tr>
+<td><a href="#TabWidget.__contextMenuCoverageScript">__contextMenuCoverageScript</a></td>
+<td>Private method to run a coverage test of the editor script.</td>
+</tr>
+<tr>
+<td><a href="#TabWidget.__contextMenuDebugScript">__contextMenuDebugScript</a></td>
+<td>Private method to debug the editor script.</td>
+</tr>
+<tr>
 <td><a href="#TabWidget.__contextMenuMoveFirst">__contextMenuMoveFirst</a></td>
 <td>Private method to move a tab to the first position.</td>
 </tr>
@@ -285,6 +293,14 @@
 <td>Private method to show a print preview of the selected tab.</td>
 </tr>
 <tr>
+<td><a href="#TabWidget.__contextMenuProfileScript">__contextMenuProfileScript</a></td>
+<td>Private method to profile the editor script.</td>
+</tr>
+<tr>
+<td><a href="#TabWidget.__contextMenuRunScript">__contextMenuRunScript</a></td>
+<td>Private method to run the editor script.</td>
+</tr>
+<tr>
 <td><a href="#TabWidget.__contextMenuSave">__contextMenuSave</a></td>
 <td>Private method to save the selected tab.</td>
 </tr>
@@ -461,6 +477,20 @@
         Private method to copy the file name of the selected tab to the
         clipboard.
 </p>
+<a NAME="TabWidget.__contextMenuCoverageScript" ID="TabWidget.__contextMenuCoverageScript"></a>
+<h4>TabWidget.__contextMenuCoverageScript</h4>
+<b>__contextMenuCoverageScript</b>(<i></i>)
+
+<p>
+        Private method to run a coverage test of the editor script.
+</p>
+<a NAME="TabWidget.__contextMenuDebugScript" ID="TabWidget.__contextMenuDebugScript"></a>
+<h4>TabWidget.__contextMenuDebugScript</h4>
+<b>__contextMenuDebugScript</b>(<i></i>)
+
+<p>
+        Private method to debug the editor script.
+</p>
 <a NAME="TabWidget.__contextMenuMoveFirst" ID="TabWidget.__contextMenuMoveFirst"></a>
 <h4>TabWidget.__contextMenuMoveFirst</h4>
 <b>__contextMenuMoveFirst</b>(<i></i>)
@@ -511,6 +541,20 @@
 <p>
         Private method to show a print preview of the selected tab.
 </p>
+<a NAME="TabWidget.__contextMenuProfileScript" ID="TabWidget.__contextMenuProfileScript"></a>
+<h4>TabWidget.__contextMenuProfileScript</h4>
+<b>__contextMenuProfileScript</b>(<i></i>)
+
+<p>
+        Private method to profile the editor script.
+</p>
+<a NAME="TabWidget.__contextMenuRunScript" ID="TabWidget.__contextMenuRunScript"></a>
+<h4>TabWidget.__contextMenuRunScript</h4>
+<b>__contextMenuRunScript</b>(<i></i>)
+
+<p>
+        Private method to run the editor script.
+</p>
 <a NAME="TabWidget.__contextMenuSave" ID="TabWidget.__contextMenuSave"></a>
 <h4>TabWidget.__contextMenuSave</h4>
 <b>__contextMenuSave</b>(<i></i>)

eric ide

mercurial