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

branch
eric7
changeset 11259
0802dce3d1c3
parent 10878
c9f329692cf0
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html	Sat May 03 18:06:28 2025 +0200
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html	Sat May 03 18:07:34 2025 +0200
@@ -994,10 +994,6 @@
 <td>Private slot to uncomment the current selection.</td>
 </tr>
 <tr>
-<td><a href="#Editor.__updateReadOnly">__updateReadOnly</a></td>
-<td>Private method to update the readOnly information for this editor.</td>
-</tr>
-<tr>
 <td><a href="#Editor.addCallTipHook">addCallTipHook</a></td>
 <td>Public method to set a calltip provider.</td>
 </tr>
@@ -1866,6 +1862,10 @@
 <td>Public method to initiate an update of the marker map.</td>
 </tr>
 <tr>
+<td><a href="#Editor.updateReadOnly">updateReadOnly</a></td>
+<td>Public method to update the readOnly information for this editor.</td>
+</tr>
+<tr>
 <td><a href="#Editor.viewportEvent">viewportEvent</a></td>
 <td>Protected method handling event of the viewport.</td>
 </tr>
@@ -4542,27 +4542,6 @@
         Private slot to uncomment the current selection.
 </p>
 
-<a NAME="Editor.__updateReadOnly" ID="Editor.__updateReadOnly"></a>
-<h4>Editor.__updateReadOnly</h4>
-<b>__updateReadOnly</b>(<i>bForce=True</i>)
-<p>
-        Private method to update the readOnly information for this editor.
-</p>
-<p>
-        If bForce is True, then updates everything regardless if
-        the attributes have actually changed, such as during
-        initialization time.  A signal is emitted after the
-        caption change.
-</p>
-
-<dl>
-
-<dt><i>bForce</i> (bool)</dt>
-<dd>
-True to force change, False to only update and emit
-                signal if there was an attribute change.
-</dd>
-</dl>
 <a NAME="Editor.addCallTipHook" ID="Editor.addCallTipHook"></a>
 <h4>Editor.addCallTipHook</h4>
 <b>addCallTipHook</b>(<i>key, func</i>)
@@ -7872,6 +7851,27 @@
         Public method to initiate an update of the marker map.
 </p>
 
+<a NAME="Editor.updateReadOnly" ID="Editor.updateReadOnly"></a>
+<h4>Editor.updateReadOnly</h4>
+<b>updateReadOnly</b>(<i>bForce=True</i>)
+<p>
+        Public method to update the readOnly information for this editor.
+</p>
+<p>
+        If bForce is True, then updates everything regardless if
+        the attributes have actually changed, such as during
+        initialization time.  A signal is emitted after the
+        caption change.
+</p>
+
+<dl>
+
+<dt><i>bForce</i> (bool)</dt>
+<dd>
+True to force change, False to only update and emit
+                signal if there was an attribute change.
+</dd>
+</dl>
 <a NAME="Editor.viewportEvent" ID="Editor.viewportEvent"></a>
 <h4>Editor.viewportEvent</h4>
 <b>viewportEvent</b>(<i>evt</i>)

eric ide

mercurial