src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWindow.html

branch
eric7
changeset 10523
e4069ddd7dc7
parent 10518
1682f3203ae5
child 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWindow.html	Tue Jan 23 12:21:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWindow.html	Wed Jan 24 18:52:50 2024 +0100
@@ -40,6 +40,11 @@
 <h3>Signals</h3>
 <dl>
 
+<dt>editorCountChanged(count)</dt>
+<dd>
+emitted whenever the count of open editors
+        changed
+</dd>
 <dt>preferencesChanged()</dt>
 <dd>
 emitted after the preferences were changed
@@ -100,6 +105,10 @@
 <td>Public method to return the editor displaying the given file.</td>
 </tr>
 <tr>
+<td><a href="#MicroPythonWindow.getOpenEditorsCount">getOpenEditorsCount</a></td>
+<td>Public method to get the number of open editors.</td>
+</tr>
+<tr>
 <td><a href="#MicroPythonWindow.launchHelpViewer">launchHelpViewer</a></td>
 <td>Public slot to start the help viewer/web browser.</td>
 </tr>
@@ -288,6 +297,25 @@
 filename to look for
 </dd>
 </dl>
+<a NAME="MicroPythonWindow.getOpenEditorsCount" ID="MicroPythonWindow.getOpenEditorsCount"></a>
+<h4>MicroPythonWindow.getOpenEditorsCount</h4>
+<b>getOpenEditorsCount</b>(<i></i>)
+<p>
+        Public method to get the number of open editors.
+</p>
+
+<dl>
+<dt>Return:</dt>
+<dd>
+number of open editors
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
+</dd>
+</dl>
 <a NAME="MicroPythonWindow.launchHelpViewer" ID="MicroPythonWindow.launchHelpViewer"></a>
 <h4>MicroPythonWindow.launchHelpViewer</h4>
 <b>launchHelpViewer</b>(<i>url</i>)

eric ide

mercurial