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

branch
eric7
changeset 10878
c9f329692cf0
parent 10850
d835f48b9908
diff -r 83e79644616a -r c9f329692cf0 src/eric7/Documentation/Source/eric7.QScintilla.Editor.html
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html	Thu Aug 01 11:37:18 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html	Thu Aug 01 11:46:28 2024 +0200
@@ -698,10 +698,6 @@
 <td>Private slot to handle changes of the project properties.</td>
 </tr>
 <tr>
-<td><a href="#Editor.__refresh">__refresh</a></td>
-<td>Private slot to refresh the editor contents.</td>
-</tr>
-<tr>
 <td><a href="#Editor.__refreshAnnotations">__refreshAnnotations</a></td>
 <td>Private method to refresh the annotations.</td>
 </tr>
@@ -1666,6 +1662,10 @@
 <td>Public method to redo the last recorded change.</td>
 </tr>
 <tr>
+<td><a href="#Editor.refresh">refresh</a></td>
+<td>Public slot to refresh the editor contents.</td>
+</tr>
+<tr>
 <td><a href="#Editor.refreshCoverageAnnotations">refreshCoverageAnnotations</a></td>
 <td>Public method to refresh the code coverage annotations.</td>
 </tr>
@@ -3777,13 +3777,6 @@
         Private slot to handle changes of the project properties.
 </p>
 
-<a NAME="Editor.__refresh" ID="Editor.__refresh"></a>
-<h4>Editor.__refresh</h4>
-<b>__refresh</b>(<i></i>)
-<p>
-        Private slot to refresh the editor contents.
-</p>
-
 <a NAME="Editor.__refreshAnnotations" ID="Editor.__refreshAnnotations"></a>
 <h4>Editor.__refreshAnnotations</h4>
 <b>__refreshAnnotations</b>(<i></i>)
@@ -7157,6 +7150,13 @@
         Public method to redo the last recorded change.
 </p>
 
+<a NAME="Editor.refresh" ID="Editor.refresh"></a>
+<h4>Editor.refresh</h4>
+<b>refresh</b>(<i></i>)
+<p>
+        Public slot to refresh the editor contents.
+</p>
+
 <a NAME="Editor.refreshCoverageAnnotations" ID="Editor.refreshCoverageAnnotations"></a>
 <h4>Editor.refreshCoverageAnnotations</h4>
 <b>refreshCoverageAnnotations</b>(<i></i>)

eric ide

mercurial