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

branch
eric7
changeset 10674
8fc0af9c76dc
parent 10665
66564661c3b5
child 10678
665f1084ebf9
equal deleted inserted replaced
10673:214deec16021 10674:8fc0af9c76dc
1660 <tr> 1660 <tr>
1661 <td><a href="#Editor.registerMouseHoverHelpFunction">registerMouseHoverHelpFunction</a></td> 1661 <td><a href="#Editor.registerMouseHoverHelpFunction">registerMouseHoverHelpFunction</a></td>
1662 <td>Public method to register a mouse hover help function.</td> 1662 <td>Public method to register a mouse hover help function.</td>
1663 </tr> 1663 </tr>
1664 <tr> 1664 <tr>
1665 <td><a href="#Editor.reload">reload</a></td>
1666 <td>Public slot to reload the editor contents checking its modification state first.</td>
1667 </tr>
1668 <tr>
1665 <td><a href="#Editor.removeCallTipHook">removeCallTipHook</a></td> 1669 <td><a href="#Editor.removeCallTipHook">removeCallTipHook</a></td>
1666 <td>Public method to remove a previously registered calltip provider.</td> 1670 <td>Public method to remove a previously registered calltip provider.</td>
1667 </tr> 1671 </tr>
1668 <tr> 1672 <tr>
1669 <td><a href="#Editor.removeClone">removeClone</a></td> 1673 <td><a href="#Editor.removeClone">removeClone</a></td>
7091 <dd> 7095 <dd>
7092 function accepting a reference to the calling editor and 7096 function accepting a reference to the calling editor and
7093 the line and column position (zero based each) 7097 the line and column position (zero based each)
7094 </dd> 7098 </dd>
7095 </dl> 7099 </dl>
7100 <a NAME="Editor.reload" ID="Editor.reload"></a>
7101 <h4>Editor.reload</h4>
7102 <b>reload</b>(<i></i>)
7103 <p>
7104 Public slot to reload the editor contents checking its modification state first.
7105 </p>
7106
7096 <a NAME="Editor.removeCallTipHook" ID="Editor.removeCallTipHook"></a> 7107 <a NAME="Editor.removeCallTipHook" ID="Editor.removeCallTipHook"></a>
7097 <h4>Editor.removeCallTipHook</h4> 7108 <h4>Editor.removeCallTipHook</h4>
7098 <b>removeCallTipHook</b>(<i>key</i>) 7109 <b>removeCallTipHook</b>(<i>key</i>)
7099 <p> 7110 <p>
7100 Public method to remove a previously registered calltip provider. 7111 Public method to remove a previously registered calltip provider.

eric ide

mercurial