Documentation/Source/eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html

changeset 1419
e200f9084c5d
parent 1416
c547d0b2e9c6
child 2367
78f6c8193d37
--- a/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html	Fri Nov 04 13:26:01 2011 +0100
+++ b/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html	Fri Nov 04 17:00:01 2011 +0100
@@ -273,7 +273,7 @@
 <td>Public method to remove a widget.</td>
 </tr><tr>
 <td><a href="#TabWidget.setCurrentWidget">setCurrentWidget</a></td>
-<td>Public method to set the current tab by the given editor.</td>
+<td>Public method to set the current tab by the given editor assembly.</td>
 </tr><tr>
 <td><a href="#TabWidget.showIndicator">showIndicator</a></td>
 <td>Public slot to set the indicator on or off.</td>
@@ -575,13 +575,14 @@
 </dd>
 </dl><a NAME="TabWidget.setCurrentWidget" ID="TabWidget.setCurrentWidget"></a>
 <h4>TabWidget.setCurrentWidget</h4>
-<b>setCurrentWidget</b>(<i>editor</i>)
+<b>setCurrentWidget</b>(<i>assembly</i>)
 <p>
-        Public method to set the current tab by the given editor.
+        Public method to set the current tab by the given editor assembly.
 </p><dl>
-<dt><i>editor</i></dt>
+<dt><i>assembly</i></dt>
 <dd>
-editor to determine current tab from (Editor)
+editor assembly to determine current tab from
+            (EditorAssembly.EditorAssembly)
 </dd>
 </dl><a NAME="TabWidget.showIndicator" ID="TabWidget.showIndicator"></a>
 <h4>TabWidget.showIndicator</h4>
@@ -640,6 +641,9 @@
 </dd><dt>lastEditorClosed()</dt>
 <dd>
 emitted after the last editor window was closed
+</dd><dt>syntaxerrorToggled(Editor)</dt>
+<dd>
+emitted when a syntax error is toggled.
 </dd>
 </dl>
 <h3>Derived from</h3>
@@ -821,7 +825,7 @@
 </p><dl>
 <dt><i>win</i></dt>
 <dd>
-editor window to be shown
+editor assembly to be shown
 </dd><dt><i>fn</i></dt>
 <dd>
 filename of this editor (string)

eric ide

mercurial