--- a/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html Mon Oct 03 16:08:32 2011 +0200 +++ b/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html Mon Oct 03 18:52:38 2011 +0200 @@ -539,6 +539,9 @@ <td><a href="#StackedWidget.addWidget">addWidget</a></td> <td>Overwritten method to add a new widget.</td> </tr><tr> +<td><a href="#StackedWidget.currentWidget">currentWidget</a></td> +<td>Public method to get a reference to the current editor.</td> +</tr><tr> <td><a href="#StackedWidget.firstEditor">firstEditor</a></td> <td>Public method to retrieve the first editor in the list of managed editors.</td> </tr><tr> @@ -585,6 +588,16 @@ <dd> the editor object to be added (QScintilla.Editor.Editor) </dd> +</dl><a NAME="StackedWidget.currentWidget" ID="StackedWidget.currentWidget"></a> +<h4>StackedWidget.currentWidget</h4> +<b>currentWidget</b>(<i></i>) +<p> + Public method to get a reference to the current editor. +</p><dl> +<dt>Returns:</dt> +<dd> +reference to the current editor (Editor) +</dd> </dl><a NAME="StackedWidget.firstEditor" ID="StackedWidget.firstEditor"></a> <h4>StackedWidget.firstEditor</h4> <b>firstEditor</b>(<i></i>)