Merged with branch 'eric7' to prepare documentation and translations update. mpy_network

Fri, 03 Mar 2023 11:31:53 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 03 Mar 2023 11:31:53 +0100
branch
mpy_network
changeset 9839
fc60e382b67a
parent 9838
d6b87ef03c13 (current diff)
parent 9831
46e371226a22 (diff)
child 9840
d41ee69fa69b

Merged with branch 'eric7' to prepare documentation and translations update.

src/eric7/APIs/Python3/eric7.api file | annotate | diff | comparison | revisions
src/eric7/Documentation/Help/source.qch file | annotate | diff | comparison | revisions
src/eric7/Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html file | annotate | diff | comparison | revisions
--- a/src/eric7/APIs/Python3/eric7.api	Fri Mar 03 11:29:15 2023 +0100
+++ b/src/eric7/APIs/Python3/eric7.api	Fri Mar 03 11:31:53 2023 +0100
@@ -2923,7 +2923,7 @@
 eric7.MicroPython.MicroPythonWidget.MicroPythonWidget.on_replButton_clicked?4(checked)
 eric7.MicroPython.MicroPythonWidget.MicroPythonWidget.on_runButton_clicked?4()
 eric7.MicroPython.MicroPythonWidget.MicroPythonWidget.setActionButtons?4(**kwargs)
-eric7.MicroPython.MicroPythonWidget.MicroPythonWidget.showError?4(method, error)
+eric7.MicroPython.MicroPythonWidget.MicroPythonWidget.shutdown?4()
 eric7.MicroPython.MicroPythonWidget.MicroPythonWidget?1(parent=None)
 eric7.MicroPython.ShowModulesDialog.ShowModulesDialog.getSelection?4()
 eric7.MicroPython.ShowModulesDialog.ShowModulesDialog.on_modulesList_itemChanged?4(item)
Binary file src/eric7/Documentation/Help/source.qch has changed
--- a/src/eric7/Documentation/Help/source.qhp	Fri Mar 03 11:29:15 2023 +0100
+++ b/src/eric7/Documentation/Help/source.qhp	Fri Mar 03 11:31:53 2023 +0100
@@ -10787,7 +10787,7 @@
       <keyword name="MicroPythonWidget.on_replButton_clicked" id="MicroPythonWidget.on_replButton_clicked" ref="eric7.MicroPython.MicroPythonWidget.html#MicroPythonWidget.on_replButton_clicked" />
       <keyword name="MicroPythonWidget.on_runButton_clicked" id="MicroPythonWidget.on_runButton_clicked" ref="eric7.MicroPython.MicroPythonWidget.html#MicroPythonWidget.on_runButton_clicked" />
       <keyword name="MicroPythonWidget.setActionButtons" id="MicroPythonWidget.setActionButtons" ref="eric7.MicroPython.MicroPythonWidget.html#MicroPythonWidget.setActionButtons" />
-      <keyword name="MicroPythonWidget.showError" id="MicroPythonWidget.showError" ref="eric7.MicroPython.MicroPythonWidget.html#MicroPythonWidget.showError" />
+      <keyword name="MicroPythonWidget.shutdown" id="MicroPythonWidget.shutdown" ref="eric7.MicroPython.MicroPythonWidget.html#MicroPythonWidget.shutdown" />
       <keyword name="MicrobitDevice" id="MicrobitDevice" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice" />
       <keyword name="MicrobitDevice (Constructor)" id="MicrobitDevice (Constructor)" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.__init__" />
       <keyword name="MicrobitDevice.__createMicrobitMenu" id="MicrobitDevice.__createMicrobitMenu" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.__createMicrobitMenu" />
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html	Fri Mar 03 11:29:15 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html	Fri Mar 03 11:31:53 2023 +0100
@@ -284,8 +284,8 @@
 <td>Public method to set the enabled state of the various action buttons.</td>
 </tr>
 <tr>
-<td><a href="#MicroPythonWidget.showError">showError</a></td>
-<td>Public method to show some error message.</td>
+<td><a href="#MicroPythonWidget.shutdown">shutdown</a></td>
+<td>Public method to perform some shutdown actions.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -1064,6 +1064,13 @@
 error message
 </dd>
 </dl>
+<a NAME="MicroPythonWidget.shutdown" ID="MicroPythonWidget.shutdown"></a>
+<h4>MicroPythonWidget.shutdown</h4>
+<b>shutdown</b>(<i></i>)
+
+<p>
+        Public method to perform some shutdown actions.
+</p>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial