src/eric7/Documentation/Source/eric7.QScintilla.Editor.html

branch
eric7
changeset 10454
475fd3e2e8ae
parent 10431
64157aeb0312
child 10465
56a3364150b1
diff -r 16235de22ee7 -r 475fd3e2e8ae src/eric7/Documentation/Source/eric7.QScintilla.Editor.html
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html	Sun Dec 31 15:14:14 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html	Sun Dec 31 16:42:18 2023 +0100
@@ -1131,6 +1131,10 @@
 <td>Public method to show the completions determined by a completions provider.</td>
 </tr>
 <tr>
+<td><a href="#Editor.convertEols">convertEols</a></td>
+<td>Public method to convert the end-of-line marker.</td>
+</tr>
+<tr>
 <td><a href="#Editor.curLineHasBreakpoint">curLineHasBreakpoint</a></td>
 <td>Public method to check for the presence of a breakpoint at the current line.</td>
 </tr>
@@ -4977,6 +4981,24 @@
 text to be completed
 </dd>
 </dl>
+<a NAME="Editor.convertEols" ID="Editor.convertEols"></a>
+<h4>Editor.convertEols</h4>
+<b>convertEols</b>(<i>eolMode</i>)
+
+<p>
+        Public method to convert the end-of-line marker.
+</p>
+<p>
+        This variant of the method emits a signal to update the IDE after
+        the original method was called.
+</p>
+<dl>
+
+<dt><i>eolMode</i> (QsciScintilla.EolMode)</dt>
+<dd>
+end-of-line mode
+</dd>
+</dl>
 <a NAME="Editor.curLineHasBreakpoint" ID="Editor.curLineHasBreakpoint"></a>
 <h4>Editor.curLineHasBreakpoint</h4>
 <b>curLineHasBreakpoint</b>(<i></i>)

eric ide

mercurial