Documentation/Source/eric6.QScintilla.Editor.html

changeset 6052
8b49d3e0b4c8
parent 6035
6cac9ce8ab15
child 6059
8f7c66c53c27
--- a/Documentation/Source/eric6.QScintilla.Editor.html	Sun Dec 31 18:54:06 2017 +0100
+++ b/Documentation/Source/eric6.QScintilla.Editor.html	Mon Jan 01 19:06:33 2018 +0100
@@ -939,6 +939,9 @@
 <td><a href="#Editor.indentLineOrSelection">indentLineOrSelection</a></td>
 <td>Public slot to indent the current line or current selection.</td>
 </tr><tr>
+<td><a href="#Editor.isClone">isClone</a></td>
+<td>Public method to test, if the given editor is a clone.</td>
+</tr><tr>
 <td><a href="#Editor.isJavascriptFile">isJavascriptFile</a></td>
 <td>Public method to return a flag indicating a Javascript file.</td>
 </tr><tr>
@@ -2691,9 +2694,9 @@
 <p>
         Public method to add a clone to our list.
 </p><dl>
-<dt><i>editor</i></dt>
-<dd>
-reference to the cloned editor (Editor)
+<dt><i>editor</i> (Editor)</dt>
+<dd>
+reference to the cloned editor
 </dd>
 </dl><a NAME="Editor.addCompletionListHook" ID="Editor.addCompletionListHook"></a>
 <h4>Editor.addCompletionListHook</h4>
@@ -3752,7 +3755,27 @@
 <b>indentLineOrSelection</b>(<i></i>)
 <p>
         Public slot to indent the current line or current selection.
-</p><a NAME="Editor.isJavascriptFile" ID="Editor.isJavascriptFile"></a>
+</p><a NAME="Editor.isClone" ID="Editor.isClone"></a>
+<h4>Editor.isClone</h4>
+<b>isClone</b>(<i>editor</i>)
+<p>
+        Public method to test, if the given editor is a clone.
+</p><dl>
+<dt><i>editor</i> (Editor)</dt>
+<dd>
+reference to the cloned editor
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating a clone
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl><a NAME="Editor.isJavascriptFile" ID="Editor.isJavascriptFile"></a>
 <h4>Editor.isJavascriptFile</h4>
 <b>isJavascriptFile</b>(<i></i>)
 <p>
@@ -4076,9 +4099,9 @@
 <p>
         Public method to remove a clone from our list.
 </p><dl>
-<dt><i>editor</i></dt>
-<dd>
-reference to the cloned editor (Editor)
+<dt><i>editor</i> (Editor)</dt>
+<dd>
+reference to the cloned editor
 </dd>
 </dl><a NAME="Editor.removeCompletionListHook" ID="Editor.removeCompletionListHook"></a>
 <h4>Editor.removeCompletionListHook</h4>

eric ide

mercurial