eric7/Documentation/Source/eric7.Project.ProjectSourcesBrowser.html

branch
eric7
changeset 8541
927d57b6aae0
parent 8372
e0227a7c850e
child 8596
d64760b2da50
--- a/eric7/Documentation/Source/eric7.Project.ProjectSourcesBrowser.html	Tue Aug 24 18:06:48 2021 +0200
+++ b/eric7/Documentation/Source/eric7.Project.ProjectSourcesBrowser.html	Tue Aug 24 18:10:24 2021 +0200
@@ -98,6 +98,22 @@
 <td>Private method to close all project related windows.</td>
 </tr>
 <tr>
+<td><a href="#ProjectSourcesBrowser.__contextMenuCoverageScript">__contextMenuCoverageScript</a></td>
+<td>Private method to run a coverage test of the editor script.</td>
+</tr>
+<tr>
+<td><a href="#ProjectSourcesBrowser.__contextMenuDebugScript">__contextMenuDebugScript</a></td>
+<td>Private method to debug the editor script.</td>
+</tr>
+<tr>
+<td><a href="#ProjectSourcesBrowser.__contextMenuProfileScript">__contextMenuProfileScript</a></td>
+<td>Private method to profile the editor script.</td>
+</tr>
+<tr>
+<td><a href="#ProjectSourcesBrowser.__contextMenuRunScript">__contextMenuRunScript</a></td>
+<td>Private method to run the editor script.</td>
+</tr>
+<tr>
 <td><a href="#ProjectSourcesBrowser.__createJavaScriptPopupMenus">__createJavaScriptPopupMenus</a></td>
 <td>Private method to generate the popup menus for a Python project.</td>
 </tr>
@@ -246,6 +262,34 @@
 <p>
         Private method to close all project related windows.
 </p>
+<a NAME="ProjectSourcesBrowser.__contextMenuCoverageScript" ID="ProjectSourcesBrowser.__contextMenuCoverageScript"></a>
+<h4>ProjectSourcesBrowser.__contextMenuCoverageScript</h4>
+<b>__contextMenuCoverageScript</b>(<i></i>)
+
+<p>
+        Private method to run a coverage test of the editor script.
+</p>
+<a NAME="ProjectSourcesBrowser.__contextMenuDebugScript" ID="ProjectSourcesBrowser.__contextMenuDebugScript"></a>
+<h4>ProjectSourcesBrowser.__contextMenuDebugScript</h4>
+<b>__contextMenuDebugScript</b>(<i></i>)
+
+<p>
+        Private method to debug the editor script.
+</p>
+<a NAME="ProjectSourcesBrowser.__contextMenuProfileScript" ID="ProjectSourcesBrowser.__contextMenuProfileScript"></a>
+<h4>ProjectSourcesBrowser.__contextMenuProfileScript</h4>
+<b>__contextMenuProfileScript</b>(<i></i>)
+
+<p>
+        Private method to profile the editor script.
+</p>
+<a NAME="ProjectSourcesBrowser.__contextMenuRunScript" ID="ProjectSourcesBrowser.__contextMenuRunScript"></a>
+<h4>ProjectSourcesBrowser.__contextMenuRunScript</h4>
+<b>__contextMenuRunScript</b>(<i></i>)
+
+<p>
+        Private method to run the editor script.
+</p>
 <a NAME="ProjectSourcesBrowser.__createJavaScriptPopupMenus" ID="ProjectSourcesBrowser.__createJavaScriptPopupMenus"></a>
 <h4>ProjectSourcesBrowser.__createJavaScriptPopupMenus</h4>
 <b>__createJavaScriptPopupMenus</b>(<i></i>)

eric ide

mercurial