diff -r 0090cfa83159 -r 560547c2b6ec eric6/Documentation/Source/eric6.QScintilla.ShellWindow.html --- a/eric6/Documentation/Source/eric6.QScintilla.ShellWindow.html Tue Apr 27 17:25:06 2021 +0200 +++ b/eric6/Documentation/Source/eric6.QScintilla.ShellWindow.html Tue Apr 27 17:25:30 2021 +0200 @@ -81,6 +81,10 @@ <td>Private slot to handle the About Qt dialog.</td> </tr> <tr> +<td><a href="#ShellWindow.__clientDebuggerId">__clientDebuggerId</a></td> +<td>Private slot to receive the ID of a newly connected debugger backend.</td> +</tr> +<tr> <td><a href="#ShellWindow.__createActions">__createActions</a></td> <td>Private method to create the actions.</td> </tr> @@ -197,6 +201,10 @@ <td>Public method to get a reference to the APIs manager.</td> </tr> <tr> +<td><a href="#ShellWindow.getDebuggerId">getDebuggerId</a></td> +<td>Public method to get the most recently registered debugger ID.</td> +</tr> +<tr> <td><a href="#ShellWindow.quit">quit</a></td> <td>Public method to quit the application.</td> </tr> @@ -247,6 +255,20 @@ <p> Private slot to handle the About Qt dialog. </p> +<a NAME="ShellWindow.__clientDebuggerId" ID="ShellWindow.__clientDebuggerId"></a> +<h4>ShellWindow.__clientDebuggerId</h4> +<b>__clientDebuggerId</b>(<i>debuggerId</i>) + +<p> + Private slot to receive the ID of a newly connected debugger backend. +</p> +<dl> + +<dt><i>debuggerId</i> (str)</dt> +<dd> +ID of a newly connected debugger backend +</dd> +</dl> <a NAME="ShellWindow.__createActions" ID="ShellWindow.__createActions"></a> <h4>ShellWindow.__createActions</h4> <b>__createActions</b>(<i></i>) @@ -526,6 +548,25 @@ the APIs manager object (eric6.QScintilla.APIsManager) </dd> </dl> +<a NAME="ShellWindow.getDebuggerId" ID="ShellWindow.getDebuggerId"></a> +<h4>ShellWindow.getDebuggerId</h4> +<b>getDebuggerId</b>(<i></i>) + +<p> + Public method to get the most recently registered debugger ID. +</p> +<dl> +<dt>Return:</dt> +<dd> +debugger ID +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="ShellWindow.quit" ID="ShellWindow.quit"></a> <h4>ShellWindow.quit</h4> <b>quit</b>(<i></i>)