Documentation/Source/eric5.QScintilla.MiniEditor.html

branch
5_1_x
changeset 1278
fb0460fd00b9
parent 1202
d8ab3b7966e4
equal deleted inserted replaced
1277:52dd5a2f1ed1 1278:fb0460fd00b9
45 <hr /><hr /> 45 <hr /><hr />
46 <a NAME="MiniEditor" ID="MiniEditor"></a> 46 <a NAME="MiniEditor" ID="MiniEditor"></a>
47 <h2>MiniEditor</h2> 47 <h2>MiniEditor</h2>
48 <p> 48 <p>
49 Class implementing a minimalistic editor for simple editing tasks. 49 Class implementing a minimalistic editor for simple editing tasks.
50 </p><h4>Signals</h4> 50 </p><h3>Signals</h3>
51 <dl> 51 <dl>
52 <dt>editorSaved()</dt> 52 <dt>editorSaved()</dt>
53 <dd> 53 <dd>
54 emitted after the file has been saved 54 emitted after the file has been saved
55 </dd> 55 </dd>
58 QMainWindow 58 QMainWindow
59 <h3>Class Attributes</h3> 59 <h3>Class Attributes</h3>
60 <table> 60 <table>
61 <tr><td>None</td></tr> 61 <tr><td>None</td></tr>
62 </table> 62 </table>
63 <h3>Class Methods</h3>
64 <table>
65 <tr><td>None</td></tr>
66 </table>
63 <h3>Methods</h3> 67 <h3>Methods</h3>
64 <table> 68 <table>
65 <tr> 69 <tr>
66 <td><a href="#MiniEditor.__init__">MiniEditor</a></td> 70 <td><a href="#MiniEditor.__init__">MiniEditor</a></td>
67 <td>Constructor</td> 71 <td>Constructor</td>
265 <td>Public method to set the text programatically.</td> 269 <td>Public method to set the text programatically.</td>
266 </tr><tr> 270 </tr><tr>
267 <td><a href="#MiniEditor.textForFind">textForFind</a></td> 271 <td><a href="#MiniEditor.textForFind">textForFind</a></td>
268 <td>Public method to determine the selection or the current word for the next find operation.</td> 272 <td>Public method to determine the selection or the current word for the next find operation.</td>
269 </tr> 273 </tr>
274 </table>
275 <h3>Static Methods</h3>
276 <table>
277 <tr><td>None</td></tr>
270 </table> 278 </table>
271 <a NAME="MiniEditor.__init__" ID="MiniEditor.__init__"></a> 279 <a NAME="MiniEditor.__init__" ID="MiniEditor.__init__"></a>
272 <h4>MiniEditor (Constructor)</h4> 280 <h4>MiniEditor (Constructor)</h4>
273 <b>MiniEditor</b>(<i>filename = "", filetype = "", parent = None, name = None</i>) 281 <b>MiniEditor</b>(<i>filename = "", filetype = "", parent = None, name = None</i>)
274 <p> 282 <p>
840 QsciScintillaCompat 848 QsciScintillaCompat
841 <h3>Class Attributes</h3> 849 <h3>Class Attributes</h3>
842 <table> 850 <table>
843 <tr><td>None</td></tr> 851 <tr><td>None</td></tr>
844 </table> 852 </table>
853 <h3>Class Methods</h3>
854 <table>
855 <tr><td>None</td></tr>
856 </table>
845 <h3>Methods</h3> 857 <h3>Methods</h3>
846 <table> 858 <table>
847 <tr> 859 <tr>
848 <td><a href="#MiniScintilla.__init__">MiniScintilla</a></td> 860 <td><a href="#MiniScintilla.__init__">MiniScintilla</a></td>
849 <td>Constructor</td> 861 <td>Constructor</td>
855 <td>Public method called when the editor loses focus.</td> 867 <td>Public method called when the editor loses focus.</td>
856 </tr><tr> 868 </tr><tr>
857 <td><a href="#MiniScintilla.getFileName">getFileName</a></td> 869 <td><a href="#MiniScintilla.getFileName">getFileName</a></td>
858 <td>Public method to return the name of the file being displayed.</td> 870 <td>Public method to return the name of the file being displayed.</td>
859 </tr> 871 </tr>
872 </table>
873 <h3>Static Methods</h3>
874 <table>
875 <tr><td>None</td></tr>
860 </table> 876 </table>
861 <a NAME="MiniScintilla.__init__" ID="MiniScintilla.__init__"></a> 877 <a NAME="MiniScintilla.__init__" ID="MiniScintilla.__init__"></a>
862 <h4>MiniScintilla (Constructor)</h4> 878 <h4>MiniScintilla (Constructor)</h4>
863 <b>MiniScintilla</b>(<i>parent = None</i>) 879 <b>MiniScintilla</b>(<i>parent = None</i>)
864 <p> 880 <p>

eric ide

mercurial