--- a/eric6/Documentation/Source/eric6.QScintilla.Shell.html Tue Apr 27 17:25:06 2021 +0200 +++ b/eric6/Documentation/Source/eric6.QScintilla.Shell.html Tue Apr 27 17:25:30 2021 +0200 @@ -536,6 +536,10 @@ <td>Public slot to handle the paste action.</td> </tr> <tr> +<td><a href="#Shell.registerDebuggerIdMethod">registerDebuggerIdMethod</a></td> +<td>Public method to register a method to get the debugger ID to send data to.</td> +</tr> +<tr> <td><a href="#Shell.reloadHistory">reloadHistory</a></td> <td>Public method to reload the history of the currently selected client type.</td> </tr> @@ -2002,6 +2006,21 @@ list of lines to be inserted </dd> </dl> +<a NAME="Shell.registerDebuggerIdMethod" ID="Shell.registerDebuggerIdMethod"></a> +<h4>Shell.registerDebuggerIdMethod</h4> +<b>registerDebuggerIdMethod</b>(<i>method</i>) + +<p> + Public method to register a method to get the debugger ID to send data + to. +</p> +<dl> + +<dt><i>method</i> (function)</dt> +<dd> +reference to the method +</dd> +</dl> <a NAME="Shell.reloadHistory" ID="Shell.reloadHistory"></a> <h4>Shell.reloadHistory</h4> <b>reloadHistory</b>(<i></i>) @@ -2233,11 +2252,11 @@ Class defining the shell history styles. </p> <h3>Derived from</h3> -Enum +enum.Enum <h3>Class Attributes</h3> <table> -<tr><td>Disabled</td></tr><tr><td>LinuxStyle</td></tr><tr><td>WindowsStyle</td></tr> +<tr><td>DISABLED</td></tr><tr><td>LINUXSTYLE</td></tr><tr><td>WINDOWSSTYLE</td></tr> </table> <h3>Class Methods</h3>