Documentation/Source/eric6.QScintilla.MiniEditor.html

changeset 5742
dc9cd8059221
parent 4402
ad524553e765
child 6106
921d070cec82
--- a/Documentation/Source/eric6.QScintilla.MiniEditor.html	Sat May 20 14:33:00 2017 +0200
+++ b/Documentation/Source/eric6.QScintilla.MiniEditor.html	Sat May 20 16:13:23 2017 +0200
@@ -177,9 +177,6 @@
 <td><a href="#MiniEditor.__redo">__redo</a></td>
 <td>Private method to redo the last recorded change.</td>
 </tr><tr>
-<td><a href="#MiniEditor.__replace">__replace</a></td>
-<td>Private method to handle the replace action.</td>
-</tr><tr>
 <td><a href="#MiniEditor.__resetLanguage">__resetLanguage</a></td>
 <td>Private method used to reset the language selection.</td>
 </tr><tr>
@@ -198,12 +195,15 @@
 <td><a href="#MiniEditor.__saveFile">__saveFile</a></td>
 <td>Private method to save to the given file.</td>
 </tr><tr>
-<td><a href="#MiniEditor.__search">__search</a></td>
-<td>Private method to handle the search action.</td>
-</tr><tr>
 <td><a href="#MiniEditor.__searchClearMarkers">__searchClearMarkers</a></td>
 <td>Private method to clear the search markers of the active window.</td>
 </tr><tr>
+<td><a href="#MiniEditor.__searchNext">__searchNext</a></td>
+<td>Private slot to handle the search next action.</td>
+</tr><tr>
+<td><a href="#MiniEditor.__searchPrev">__searchPrev</a></td>
+<td>Private slot to handle the search previous action.</td>
+</tr><tr>
 <td><a href="#MiniEditor.__selectAll">__selectAll</a></td>
 <td>Private slot handling the select all context menu action.</td>
 </tr><tr>
@@ -273,6 +273,12 @@
 <td><a href="#MiniEditor.setText">setText</a></td>
 <td>Public method to set the text programatically.</td>
 </tr><tr>
+<td><a href="#MiniEditor.showReplaceWidget">showReplaceWidget</a></td>
+<td>Public method to show the replace widget.</td>
+</tr><tr>
+<td><a href="#MiniEditor.showSearchWidget">showSearchWidget</a></td>
+<td>Public method to show the search widget.</td>
+</tr><tr>
 <td><a href="#MiniEditor.textForFind">textForFind</a></td>
 <td>Public method to determine the selection or the current word for the next find operation.</td>
 </tr>
@@ -586,11 +592,6 @@
 <b>__redo</b>(<i></i>)
 <p>
         Private method to redo the last recorded change.
-</p><a NAME="MiniEditor.__replace" ID="MiniEditor.__replace"></a>
-<h4>MiniEditor.__replace</h4>
-<b>__replace</b>(<i></i>)
-<p>
-        Private method to handle the replace action.
 </p><a NAME="MiniEditor.__resetLanguage" ID="MiniEditor.__resetLanguage"></a>
 <h4>MiniEditor.__resetLanguage</h4>
 <b>__resetLanguage</b>(<i></i>)
@@ -641,16 +642,21 @@
 <dd>
 flag indicating success (boolean)
 </dd>
-</dl><a NAME="MiniEditor.__search" ID="MiniEditor.__search"></a>
-<h4>MiniEditor.__search</h4>
-<b>__search</b>(<i></i>)
-<p>
-        Private method to handle the search action.
-</p><a NAME="MiniEditor.__searchClearMarkers" ID="MiniEditor.__searchClearMarkers"></a>
+</dl><a NAME="MiniEditor.__searchClearMarkers" ID="MiniEditor.__searchClearMarkers"></a>
 <h4>MiniEditor.__searchClearMarkers</h4>
 <b>__searchClearMarkers</b>(<i></i>)
 <p>
         Private method to clear the search markers of the active window.
+</p><a NAME="MiniEditor.__searchNext" ID="MiniEditor.__searchNext"></a>
+<h4>MiniEditor.__searchNext</h4>
+<b>__searchNext</b>(<i></i>)
+<p>
+        Private slot to handle the search next action.
+</p><a NAME="MiniEditor.__searchPrev" ID="MiniEditor.__searchPrev"></a>
+<h4>MiniEditor.__searchPrev</h4>
+<b>__searchPrev</b>(<i></i>)
+<p>
+        Private slot to handle the search previous action.
 </p><a NAME="MiniEditor.__selectAll" ID="MiniEditor.__selectAll"></a>
 <h4>MiniEditor.__selectAll</h4>
 <b>__selectAll</b>(<i></i>)
@@ -864,7 +870,17 @@
 <dd>
 type of the source file (string)
 </dd>
-</dl><a NAME="MiniEditor.textForFind" ID="MiniEditor.textForFind"></a>
+</dl><a NAME="MiniEditor.showReplaceWidget" ID="MiniEditor.showReplaceWidget"></a>
+<h4>MiniEditor.showReplaceWidget</h4>
+<b>showReplaceWidget</b>(<i></i>)
+<p>
+        Public method to show the replace widget.
+</p><a NAME="MiniEditor.showSearchWidget" ID="MiniEditor.showSearchWidget"></a>
+<h4>MiniEditor.showSearchWidget</h4>
+<b>showSearchWidget</b>(<i></i>)
+<p>
+        Public method to show the search widget.
+</p><a NAME="MiniEditor.textForFind" ID="MiniEditor.textForFind"></a>
 <h4>MiniEditor.textForFind</h4>
 <b>textForFind</b>(<i></i>)
 <p>

eric ide

mercurial