--- a/Documentation/Source/eric6.Debugger.DebugViewer.html Sun Jul 08 17:33:25 2018 +0200 +++ b/Documentation/Source/eric6.Debugger.DebugViewer.html Sun Jul 08 18:55:21 2018 +0200 @@ -108,9 +108,6 @@ <td><a href="#DebugViewer.handleDebuggingStarted">handleDebuggingStarted</a></td> <td>Public slot to handle the start of a debugging session.</td> </tr><tr> -<td><a href="#DebugViewer.handleRawInput">handleRawInput</a></td> -<td>Public slot to handle the switch to the shell in raw input mode.</td> -</tr><tr> <td><a href="#DebugViewer.handleResetUI">handleResetUI</a></td> <td>Public method to reset the SBVviewer.</td> </tr><tr> @@ -123,12 +120,6 @@ <td><a href="#DebugViewer.preferencesChanged">preferencesChanged</a></td> <td>Public slot to handle the preferencesChanged signal.</td> </tr><tr> -<td><a href="#DebugViewer.restoreCurrentPage">restoreCurrentPage</a></td> -<td>Public slot to restore the previously saved page.</td> -</tr><tr> -<td><a href="#DebugViewer.saveCurrentPage">saveCurrentPage</a></td> -<td>Public slot to save the current page.</td> -</tr><tr> <td><a href="#DebugViewer.setCallTraceToProjectMode">setCallTraceToProjectMode</a></td> <td>Public slot to set the call trace viewer to project mode.</td> </tr><tr> @@ -166,7 +157,7 @@ </table> <a NAME="DebugViewer.__init__" ID="DebugViewer.__init__"></a> <h4>DebugViewer (Constructor)</h4> -<b>DebugViewer</b>(<i>debugServer, docked, vm, parent=None, embeddedShell=True, embeddedBrowser=True</i>) +<b>DebugViewer</b>(<i>debugServer, docked, vm, parent=None</i>) <p> Constructor </p><dl> @@ -182,17 +173,6 @@ </dd><dt><i>parent</i></dt> <dd> parent widget (QWidget) -</dd><dt><i>embeddedShell</i></dt> -<dd> -flag indicating whether the shell should be - included. This flag is set to False by those layouts, that have - the interpreter shell in a separate window. -</dd><dt><i>embeddedBrowser</i></dt> -<dd> -flag indicating whether the file browser should - be included. This flag is set to False by those layouts, that - have the file browser in a separate window or embedded - in the project browser instead. </dd> </dl><a NAME="DebugViewer.__callStackFrameSelected" ID="DebugViewer.__callStackFrameSelected"></a> <h4>DebugViewer.__callStackFrameSelected</h4> @@ -268,11 +248,6 @@ Public slot to handle the start of a debugging session. </p><p> This slot sets the variables filter expressions. -</p><a NAME="DebugViewer.handleRawInput" ID="DebugViewer.handleRawInput"></a> -<h4>DebugViewer.handleRawInput</h4> -<b>handleRawInput</b>(<i></i>) -<p> - Public slot to handle the switch to the shell in raw input mode. </p><a NAME="DebugViewer.handleResetUI" ID="DebugViewer.handleResetUI"></a> <h4>DebugViewer.handleResetUI</h4> <b>handleResetUI</b>(<i></i>) @@ -303,16 +278,6 @@ <b>preferencesChanged</b>(<i></i>) <p> Public slot to handle the preferencesChanged signal. -</p><a NAME="DebugViewer.restoreCurrentPage" ID="DebugViewer.restoreCurrentPage"></a> -<h4>DebugViewer.restoreCurrentPage</h4> -<b>restoreCurrentPage</b>(<i></i>) -<p> - Public slot to restore the previously saved page. -</p><a NAME="DebugViewer.saveCurrentPage" ID="DebugViewer.saveCurrentPage"></a> -<h4>DebugViewer.saveCurrentPage</h4> -<b>saveCurrentPage</b>(<i></i>) -<p> - Public slot to save the current page. </p><a NAME="DebugViewer.setCallTraceToProjectMode" ID="DebugViewer.setCallTraceToProjectMode"></a> <h4>DebugViewer.setCallTraceToProjectMode</h4> <b>setCallTraceToProjectMode</b>(<i>enabled</i>)