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

changeset 2769
8cbebde7a984
parent 2763
e4794166ad70
child 2966
f85f686981ad
diff -r eab35f6e709f -r 8cbebde7a984 Documentation/Source/eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html
--- a/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html	Wed Jul 03 19:34:42 2013 +0200
+++ b/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Listspace.Listspace.html	Fri Jul 05 19:17:29 2013 +0200
@@ -81,6 +81,10 @@
 <dd>
 emitted to signal a change of an
             editors language
+</dd><dt>editorLineChanged(str,int)</dt>
+<dd>
+emitted to signal a change of an editor's
+            current line (line is given one based)
 </dd><dt>editorOpened(str)</dt>
 <dd>
 emitted after an editor window was opened
@@ -153,6 +157,9 @@
 <td><a href="#Listspace.__currentChanged">__currentChanged</a></td>
 <td>Private slot to handle the currentChanged signal.</td>
 </tr><tr>
+<td><a href="#Listspace.__cursorLineChanged">__cursorLineChanged</a></td>
+<td>Private slot to handle a change of the current editor's cursor line.</td>
+</tr><tr>
 <td><a href="#Listspace.__initMenu">__initMenu</a></td>
 <td>Private method to initialize the viewlist context menu.</td>
 </tr><tr>
@@ -316,6 +323,16 @@
 <dd>
 index of the current editor
 </dd>
+</dl><a NAME="Listspace.__cursorLineChanged" ID="Listspace.__cursorLineChanged"></a>
+<h4>Listspace.__cursorLineChanged</h4>
+<b>__cursorLineChanged</b>(<i>lineno</i>)
+<p>
+        Private slot to handle a change of the current editor's cursor line.
+</p><dl>
+<dt><i>lineno</i></dt>
+<dd>
+line number of the current editor's cursor (zero based)
+</dd>
 </dl><a NAME="Listspace.__initMenu" ID="Listspace.__initMenu"></a>
 <h4>Listspace.__initMenu</h4>
 <b>__initMenu</b>(<i></i>)

eric ide

mercurial