Updated source documentation. eric7

Sat, 15 Jan 2022 19:54:33 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 15 Jan 2022 19:54:33 +0100
branch
eric7
changeset 8926
2855492d8ea6
parent 8925
8375eb895f70
child 8927
e738a96f1e14

Updated source documentation.

eric7/APIs/Python3/eric7.api file | annotate | diff | comparison | revisions
eric7/Documentation/Help/source.qch file | annotate | diff | comparison | revisions
eric7/Documentation/Source/eric7.MicroPython.EspBackupRestoreFirmwareDialog.html file | annotate | diff | comparison | revisions
eric7/Documentation/Source/eric7.MicroPython.EspDevices.html file | annotate | diff | comparison | revisions
eric7/Documentation/Source/eric7.MicroPython.EspFirmwareSelectionDialog.html file | annotate | diff | comparison | revisions
eric7/Documentation/Source/eric7.Project.ProjectOthersBrowser.html file | annotate | diff | comparison | revisions
eric7/Documentation/Source/eric7.UI.Browser.html file | annotate | diff | comparison | revisions
--- a/eric7/APIs/Python3/eric7.api	Sat Jan 15 19:53:40 2022 +0100
+++ b/eric7/APIs/Python3/eric7.api	Sat Jan 15 19:54:33 2022 +0100
@@ -2485,6 +2485,7 @@
 eric7.MicroPython.ConnectionSelectionDialog.ConnectionSelectionDialog.on_deviceTypeComboBox_currentTextChanged?4(txt)
 eric7.MicroPython.ConnectionSelectionDialog.ConnectionSelectionDialog.on_portNameComboBox_currentTextChanged?4(txt)
 eric7.MicroPython.ConnectionSelectionDialog.ConnectionSelectionDialog?1(ports, currentPort, currentType, parent=None)
+eric7.MicroPython.EspBackupRestoreFirmwareDialog.EspBackupRestoreFirmwareDialog.Chips?7
 eric7.MicroPython.EspBackupRestoreFirmwareDialog.EspBackupRestoreFirmwareDialog.FlashModes?7
 eric7.MicroPython.EspBackupRestoreFirmwareDialog.EspBackupRestoreFirmwareDialog.FlashSizes?7
 eric7.MicroPython.EspBackupRestoreFirmwareDialog.EspBackupRestoreFirmwareDialog.getData?4()
@@ -2504,6 +2505,8 @@
 eric7.MicroPython.EspDevices.EspDevice.runScript?4(script)
 eric7.MicroPython.EspDevices.EspDevice.setButtons?4()
 eric7.MicroPython.EspDevices.EspDevice?1(microPythonWidget, deviceType, parent=None)
+eric7.MicroPython.EspFirmwareSelectionDialog.EspFirmwareSelectionDialog.Chips?7
+eric7.MicroPython.EspFirmwareSelectionDialog.EspFirmwareSelectionDialog.FlashAddresses?7
 eric7.MicroPython.EspFirmwareSelectionDialog.EspFirmwareSelectionDialog.FlashModes?7
 eric7.MicroPython.EspFirmwareSelectionDialog.EspFirmwareSelectionDialog.getData?4()
 eric7.MicroPython.EspFirmwareSelectionDialog.EspFirmwareSelectionDialog.on_espComboBox_currentTextChanged?4(chip)
Binary file eric7/Documentation/Help/source.qch has changed
--- a/eric7/Documentation/Source/eric7.MicroPython.EspBackupRestoreFirmwareDialog.html	Sat Jan 15 19:53:40 2022 +0100
+++ b/eric7/Documentation/Source/eric7.MicroPython.EspBackupRestoreFirmwareDialog.html	Sat Jan 15 19:54:33 2022 +0100
@@ -45,7 +45,7 @@
 <h3>Class Attributes</h3>
 
 <table>
-<tr><td>FlashModes</td></tr><tr><td>FlashSizes</td></tr>
+<tr><td>Chips</td></tr><tr><td>FlashModes</td></tr><tr><td>FlashSizes</td></tr>
 </table>
 <h3>Class Methods</h3>
 
--- a/eric7/Documentation/Source/eric7.MicroPython.EspDevices.html	Sat Jan 15 19:53:40 2022 +0100
+++ b/eric7/Documentation/Source/eric7.MicroPython.EspDevices.html	Sat Jan 15 19:54:33 2022 +0100
@@ -204,13 +204,6 @@
 <p>
         Private slot to flash a MicroPython firmware to the device.
 </p>
-<dl>
-
-<dt>Raises <b>ValueError</b>:</dt>
-<dd>
-raised to indicate an unsupported chip type
-</dd>
-</dl>
 <a NAME="EspDevice.__installEspTool" ID="EspDevice.__installEspTool"></a>
 <h4>EspDevice.__installEspTool</h4>
 <b>__installEspTool</b>(<i></i>)
--- a/eric7/Documentation/Source/eric7.MicroPython.EspFirmwareSelectionDialog.html	Sat Jan 15 19:53:40 2022 +0100
+++ b/eric7/Documentation/Source/eric7.MicroPython.EspFirmwareSelectionDialog.html	Sat Jan 15 19:54:33 2022 +0100
@@ -45,7 +45,7 @@
 <h3>Class Attributes</h3>
 
 <table>
-<tr><td>FlashModes</td></tr>
+<tr><td>Chips</td></tr><tr><td>FlashAddresses</td></tr><tr><td>FlashModes</td></tr>
 </table>
 <h3>Class Methods</h3>
 
--- a/eric7/Documentation/Source/eric7.Project.ProjectOthersBrowser.html	Sat Jan 15 19:53:40 2022 +0100
+++ b/eric7/Documentation/Source/eric7.Project.ProjectOthersBrowser.html	Sat Jan 15 19:54:33 2022 +0100
@@ -111,7 +111,7 @@
 </tr>
 <tr>
 <td><a href="#ProjectOthersBrowser._openFileInEditor">_openFileInEditor</a></td>
-<td>Private slot to handle the Open in Editor menu action.</td>
+<td>Protected slot to handle the Open in Editor menu action.</td>
 </tr>
 <tr>
 <td><a href="#ProjectOthersBrowser._openHexEditor">_openHexEditor</a></td>
@@ -234,7 +234,7 @@
 <b>_openFileInEditor</b>(<i></i>)
 
 <p>
-        Private slot to handle the Open in Editor menu action.
+        Protected slot to handle the Open in Editor menu action.
 </p>
 <a NAME="ProjectOthersBrowser._openHexEditor" ID="ProjectOthersBrowser._openHexEditor"></a>
 <h4>ProjectOthersBrowser._openHexEditor</h4>
--- a/eric7/Documentation/Source/eric7.UI.Browser.html	Sat Jan 15 19:53:40 2022 +0100
+++ b/eric7/Documentation/Source/eric7.UI.Browser.html	Sat Jan 15 19:54:33 2022 +0100
@@ -226,7 +226,7 @@
 </tr>
 <tr>
 <td><a href="#Browser._openFileInEditor">_openFileInEditor</a></td>
-<td>Private slot to handle the Open in Editor menu action.</td>
+<td>Protected slot to handle the Open in Editor menu action.</td>
 </tr>
 <tr>
 <td><a href="#Browser._openHexEditor">_openHexEditor</a></td>
@@ -525,7 +525,7 @@
 <b>_openFileInEditor</b>(<i></i>)
 
 <p>
-        Private slot to handle the Open in Editor menu action.
+        Protected slot to handle the Open in Editor menu action.
 </p>
 <a NAME="Browser._openHexEditor" ID="Browser._openHexEditor"></a>
 <h4>Browser._openHexEditor</h4>

eric ide

mercurial