Documentation/Source/eric5.QScintilla.MiniEditor.html

changeset 3591
2f2a4a76dd22
parent 3018
70924c0bdaf1
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
173 </tr><tr> 173 </tr><tr>
174 <td><a href="#MiniEditor.__readShortcut">__readShortcut</a></td> 174 <td><a href="#MiniEditor.__readShortcut">__readShortcut</a></td>
175 <td>Private function to read a single keyboard shortcut from the settings.</td> 175 <td>Private function to read a single keyboard shortcut from the settings.</td>
176 </tr><tr> 176 </tr><tr>
177 <td><a href="#MiniEditor.__redo">__redo</a></td> 177 <td><a href="#MiniEditor.__redo">__redo</a></td>
178 <td>Public method to redo the last recorded change.</td> 178 <td>Private method to redo the last recorded change.</td>
179 </tr><tr> 179 </tr><tr>
180 <td><a href="#MiniEditor.__replace">__replace</a></td> 180 <td><a href="#MiniEditor.__replace">__replace</a></td>
181 <td>Private method to handle the replace action.</td> 181 <td>Private method to handle the replace action.</td>
182 </tr><tr> 182 </tr><tr>
183 <td><a href="#MiniEditor.__resetLanguage">__resetLanguage</a></td> 183 <td><a href="#MiniEditor.__resetLanguage">__resetLanguage</a></td>
233 </tr><tr> 233 </tr><tr>
234 <td><a href="#MiniEditor.__styleNeeded">__styleNeeded</a></td> 234 <td><a href="#MiniEditor.__styleNeeded">__styleNeeded</a></td>
235 <td>Private slot to handle the need for more styling.</td> 235 <td>Private slot to handle the need for more styling.</td>
236 </tr><tr> 236 </tr><tr>
237 <td><a href="#MiniEditor.__undo">__undo</a></td> 237 <td><a href="#MiniEditor.__undo">__undo</a></td>
238 <td>Public method to undo the last recorded change.</td> 238 <td>Private method to undo the last recorded change.</td>
239 </tr><tr> 239 </tr><tr>
240 <td><a href="#MiniEditor.__whatsThis">__whatsThis</a></td> 240 <td><a href="#MiniEditor.__whatsThis">__whatsThis</a></td>
241 <td>Private slot called in to enter Whats This mode.</td> 241 <td>Private slot called in to enter Whats This mode.</td>
242 </tr><tr> 242 </tr><tr>
243 <td><a href="#MiniEditor.__writeSettings">__writeSettings</a></td> 243 <td><a href="#MiniEditor.__writeSettings">__writeSettings</a></td>
248 </tr><tr> 248 </tr><tr>
249 <td><a href="#MiniEditor.clearSearchIndicators">clearSearchIndicators</a></td> 249 <td><a href="#MiniEditor.clearSearchIndicators">clearSearchIndicators</a></td>
250 <td>Public method to clear all search indicators.</td> 250 <td>Public method to clear all search indicators.</td>
251 </tr><tr> 251 </tr><tr>
252 <td><a href="#MiniEditor.closeEvent">closeEvent</a></td> 252 <td><a href="#MiniEditor.closeEvent">closeEvent</a></td>
253 <td>Public method to handle the close event.</td> 253 <td>Protected method to handle the close event.</td>
254 </tr><tr> 254 </tr><tr>
255 <td><a href="#MiniEditor.getFileName">getFileName</a></td> 255 <td><a href="#MiniEditor.getFileName">getFileName</a></td>
256 <td>Public method to return the name of the file being displayed.</td> 256 <td>Public method to return the name of the file being displayed.</td>
257 </tr><tr> 257 </tr><tr>
258 <td><a href="#MiniEditor.getLanguage">getLanguage</a></td> 258 <td><a href="#MiniEditor.getLanguage">getLanguage</a></td>
580 </dd> 580 </dd>
581 </dl><a NAME="MiniEditor.__redo" ID="MiniEditor.__redo"></a> 581 </dl><a NAME="MiniEditor.__redo" ID="MiniEditor.__redo"></a>
582 <h4>MiniEditor.__redo</h4> 582 <h4>MiniEditor.__redo</h4>
583 <b>__redo</b>(<i></i>) 583 <b>__redo</b>(<i></i>)
584 <p> 584 <p>
585 Public method to redo the last recorded change. 585 Private method to redo the last recorded change.
586 </p><a NAME="MiniEditor.__replace" ID="MiniEditor.__replace"></a> 586 </p><a NAME="MiniEditor.__replace" ID="MiniEditor.__replace"></a>
587 <h4>MiniEditor.__replace</h4> 587 <h4>MiniEditor.__replace</h4>
588 <b>__replace</b>(<i></i>) 588 <b>__replace</b>(<i></i>)
589 <p> 589 <p>
590 Private method to handle the replace action. 590 Private method to handle the replace action.
739 </dd> 739 </dd>
740 </dl><a NAME="MiniEditor.__undo" ID="MiniEditor.__undo"></a> 740 </dl><a NAME="MiniEditor.__undo" ID="MiniEditor.__undo"></a>
741 <h4>MiniEditor.__undo</h4> 741 <h4>MiniEditor.__undo</h4>
742 <b>__undo</b>(<i></i>) 742 <b>__undo</b>(<i></i>)
743 <p> 743 <p>
744 Public method to undo the last recorded change. 744 Private method to undo the last recorded change.
745 </p><a NAME="MiniEditor.__whatsThis" ID="MiniEditor.__whatsThis"></a> 745 </p><a NAME="MiniEditor.__whatsThis" ID="MiniEditor.__whatsThis"></a>
746 <h4>MiniEditor.__whatsThis</h4> 746 <h4>MiniEditor.__whatsThis</h4>
747 <b>__whatsThis</b>(<i></i>) 747 <b>__whatsThis</b>(<i></i>)
748 <p> 748 <p>
749 Private slot called in to enter Whats This mode. 749 Private slot called in to enter Whats This mode.
769 Public method to clear all search indicators. 769 Public method to clear all search indicators.
770 </p><a NAME="MiniEditor.closeEvent" ID="MiniEditor.closeEvent"></a> 770 </p><a NAME="MiniEditor.closeEvent" ID="MiniEditor.closeEvent"></a>
771 <h4>MiniEditor.closeEvent</h4> 771 <h4>MiniEditor.closeEvent</h4>
772 <b>closeEvent</b>(<i>event</i>) 772 <b>closeEvent</b>(<i>event</i>)
773 <p> 773 <p>
774 Public method to handle the close event. 774 Protected method to handle the close event.
775 </p><dl> 775 </p><dl>
776 <dt><i>event</i></dt> 776 <dt><i>event</i></dt>
777 <dd> 777 <dd>
778 close event (QCloseEvent) 778 close event (QCloseEvent)
779 </dd> 779 </dd>
894 </tr><tr> 894 </tr><tr>
895 <td><a href="#MiniScintilla.focusInEvent">focusInEvent</a></td> 895 <td><a href="#MiniScintilla.focusInEvent">focusInEvent</a></td>
896 <td>Protected method called when the editor receives focus.</td> 896 <td>Protected method called when the editor receives focus.</td>
897 </tr><tr> 897 </tr><tr>
898 <td><a href="#MiniScintilla.focusOutEvent">focusOutEvent</a></td> 898 <td><a href="#MiniScintilla.focusOutEvent">focusOutEvent</a></td>
899 <td>Public method called when the editor loses focus.</td> 899 <td>Protected method called when the editor loses focus.</td>
900 </tr><tr> 900 </tr><tr>
901 <td><a href="#MiniScintilla.getFileName">getFileName</a></td> 901 <td><a href="#MiniScintilla.getFileName">getFileName</a></td>
902 <td>Public method to return the name of the file being displayed.</td> 902 <td>Public method to return the name of the file being displayed.</td>
903 </tr> 903 </tr>
904 </table> 904 </table>
933 </dd> 933 </dd>
934 </dl><a NAME="MiniScintilla.focusOutEvent" ID="MiniScintilla.focusOutEvent"></a> 934 </dl><a NAME="MiniScintilla.focusOutEvent" ID="MiniScintilla.focusOutEvent"></a>
935 <h4>MiniScintilla.focusOutEvent</h4> 935 <h4>MiniScintilla.focusOutEvent</h4>
936 <b>focusOutEvent</b>(<i>event</i>) 936 <b>focusOutEvent</b>(<i>event</i>)
937 <p> 937 <p>
938 Public method called when the editor loses focus. 938 Protected method called when the editor loses focus.
939 </p><dl> 939 </p><dl>
940 <dt><i>event</i></dt> 940 <dt><i>event</i></dt>
941 <dd> 941 <dd>
942 the event object (QFocusEvent) 942 the event object (QFocusEvent)
943 </dd> 943 </dd>

eric ide

mercurial