Mon, 18 Jun 2018 18:46:38 +0200
Updated source docu.
--- a/APIs/Python3/eric6.api Mon Jun 18 18:45:37 2018 +0200 +++ b/APIs/Python3/eric6.api Mon Jun 18 18:46:38 2018 +0200 @@ -549,6 +549,7 @@ eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.getClientCapabilities?4() eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.isConnected?4() eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.newConnection?4(sock) +eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBanner?4() eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBreakpoint?4(fn, line, setBreakpoint, cond=None, temp=False) eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBreakpointEnable?4(fn, line, enable) eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteBreakpointIgnore?4(fn, line, count)
--- a/Documentation/Help/source.qhp Mon Jun 18 18:45:37 2018 +0200 +++ b/Documentation/Help/source.qhp Mon Jun 18 18:46:38 2018 +0200 @@ -3846,6 +3846,7 @@ <keyword name="DebuggerInterfaceNone.getClientCapabilities" id="DebuggerInterfaceNone.getClientCapabilities" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.getClientCapabilities" /> <keyword name="DebuggerInterfaceNone.isConnected" id="DebuggerInterfaceNone.isConnected" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.isConnected" /> <keyword name="DebuggerInterfaceNone.newConnection" id="DebuggerInterfaceNone.newConnection" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.newConnection" /> + <keyword name="DebuggerInterfaceNone.remoteBanner" id="DebuggerInterfaceNone.remoteBanner" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteBanner" /> <keyword name="DebuggerInterfaceNone.remoteBreakpoint" id="DebuggerInterfaceNone.remoteBreakpoint" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteBreakpoint" /> <keyword name="DebuggerInterfaceNone.remoteBreakpointEnable" id="DebuggerInterfaceNone.remoteBreakpointEnable" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteBreakpointEnable" /> <keyword name="DebuggerInterfaceNone.remoteBreakpointIgnore" id="DebuggerInterfaceNone.remoteBreakpointIgnore" ref="eric6.Debugger.DebuggerInterfaceNone.html#DebuggerInterfaceNone.remoteBreakpointIgnore" />
--- a/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html Mon Jun 18 18:45:37 2018 +0200 +++ b/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html Mon Jun 18 18:46:38 2018 +0200 @@ -78,6 +78,9 @@ <td><a href="#DebuggerInterfaceNone.newConnection">newConnection</a></td> <td>Public slot to handle a new connection.</td> </tr><tr> +<td><a href="#DebuggerInterfaceNone.remoteBanner">remoteBanner</a></td> +<td>Public slot to get the banner info of the remote client.</td> +</tr><tr> <td><a href="#DebuggerInterfaceNone.remoteBreakpoint">remoteBreakpoint</a></td> <td>Public method to set or clear a breakpoint.</td> </tr><tr> @@ -238,7 +241,12 @@ <dd> flag indicating success (boolean) </dd> -</dl><a NAME="DebuggerInterfaceNone.remoteBreakpoint" ID="DebuggerInterfaceNone.remoteBreakpoint"></a> +</dl><a NAME="DebuggerInterfaceNone.remoteBanner" ID="DebuggerInterfaceNone.remoteBanner"></a> +<h4>DebuggerInterfaceNone.remoteBanner</h4> +<b>remoteBanner</b>(<i></i>) +<p> + Public slot to get the banner info of the remote client. +</p><a NAME="DebuggerInterfaceNone.remoteBreakpoint" ID="DebuggerInterfaceNone.remoteBreakpoint"></a> <h4>DebuggerInterfaceNone.remoteBreakpoint</h4> <b>remoteBreakpoint</b>(<i>fn, line, setBreakpoint, cond=None, temp=False</i>) <p>