eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html

changeset 7161
728018c32b09
parent 7150
cfe71cde2eec
child 7273
391d6b7b1eff
--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html	Fri Aug 23 13:23:36 2019 +0200
+++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html	Fri Aug 23 14:49:59 2019 +0200
@@ -79,6 +79,9 @@
 <td><a href="#MicroPythonWidget.__compileFile2Mpy">__compileFile2Mpy</a></td>
 <td>Private slot to cross compile a Python file (*.py) to a .mpy file.</td>
 </tr><tr>
+<td><a href="#MicroPythonWidget.__configure">__configure</a></td>
+<td>Private slot to open the MicroPython configuration page.</td>
+</tr><tr>
 <td><a href="#MicroPythonWidget.__connectToDevice">__connectToDevice</a></td>
 <td>Private method to connect to the selected device.</td>
 </tr><tr>
@@ -124,6 +127,9 @@
 <td><a href="#MicroPythonWidget.__showDeviceVersion">__showDeviceVersion</a></td>
 <td>Private slot to show some version info about MicroPython of the device.</td>
 </tr><tr>
+<td><a href="#MicroPythonWidget.__showDocumentation">__showDocumentation</a></td>
+<td>Private slot to open the documentation URL for the selected device.</td>
+</tr><tr>
 <td><a href="#MicroPythonWidget.__showError">__showError</a></td>
 <td>Private method to show some error message.</td>
 </tr><tr>
@@ -225,6 +231,11 @@
 <b>__compileFile2Mpy</b>(<i></i>)
 <p>
         Private slot to cross compile a Python file (*.py) to a .mpy file.
+</p><a NAME="MicroPythonWidget.__configure" ID="MicroPythonWidget.__configure"></a>
+<h4>MicroPythonWidget.__configure</h4>
+<b>__configure</b>(<i></i>)
+<p>
+        Private slot to open the MicroPython configuration page.
 </p><a NAME="MicroPythonWidget.__connectToDevice" ID="MicroPythonWidget.__connectToDevice"></a>
 <h4>MicroPythonWidget.__connectToDevice</h4>
 <b>__connectToDevice</b>(<i></i>)
@@ -409,6 +420,11 @@
 <b>__showDeviceVersion</b>(<i></i>)
 <p>
         Private slot to show some version info about MicroPython of the device.
+</p><a NAME="MicroPythonWidget.__showDocumentation" ID="MicroPythonWidget.__showDocumentation"></a>
+<h4>MicroPythonWidget.__showDocumentation</h4>
+<b>__showDocumentation</b>(<i></i>)
+<p>
+        Private slot to open the documentation URL for the selected device.
 </p><a NAME="MicroPythonWidget.__showError" ID="MicroPythonWidget.__showError"></a>
 <h4>MicroPythonWidget.__showError</h4>
 <b>__showError</b>(<i>method, error</i>)

eric ide

mercurial