Updated source docu.

Mon, 18 Jun 2018 18:46:38 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 18 Jun 2018 18:46:38 +0200
changeset 6356
db067aab426d
parent 6355
3855f730c7bb
child 6357
ceb3d7c25650

Updated source docu.

APIs/Python3/eric6.api file | annotate | diff | comparison | revisions
Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html file | annotate | diff | comparison | revisions
--- 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)
Binary file Documentation/Help/source.qch has changed
--- 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>

eric ide

mercurial