Documentation/Source/eric5.QScintilla.Editor.html

branch
5_3_x
changeset 2394
8a1f7d598cb7
parent 2374
f78ee0e8f96c
child 2496
39dc0623f6ff
equal deleted inserted replaced
2393:0944855208d9 2394:8a1f7d598cb7
936 <td>Public method to redo the last recorded change.</td> 936 <td>Public method to redo the last recorded change.</td>
937 </tr><tr> 937 </tr><tr>
938 <td><a href="#Editor.refresh">refresh</a></td> 938 <td><a href="#Editor.refresh">refresh</a></td>
939 <td>Public slot to refresh the editor contents.</td> 939 <td>Public slot to refresh the editor contents.</td>
940 </tr><tr> 940 </tr><tr>
941 <td><a href="#Editor.refreshCoverageAnnotations">refreshCoverageAnnotations</a></td>
942 <td>Public method to refresh the code coverage annotations.</td>
943 </tr><tr>
941 <td><a href="#Editor.removeClone">removeClone</a></td> 944 <td><a href="#Editor.removeClone">removeClone</a></td>
942 <td>Public method to remove a clone from our list.</td> 945 <td>Public method to remove a clone from our list.</td>
943 </tr><tr> 946 </tr><tr>
944 <td><a href="#Editor.revertToUnmodified">revertToUnmodified</a></td> 947 <td><a href="#Editor.revertToUnmodified">revertToUnmodified</a></td>
945 <td>Public method to revert back to the last saved state.</td> 948 <td>Public method to revert back to the last saved state.</td>
2397 <b>closeIt</b>(<i></i>) 2400 <b>closeIt</b>(<i></i>)
2398 <p> 2401 <p>
2399 Public method called by the viewmanager to finally get rid of us. 2402 Public method called by the viewmanager to finally get rid of us.
2400 </p><a NAME="Editor.codeCoverageShowAnnotations" ID="Editor.codeCoverageShowAnnotations"></a> 2403 </p><a NAME="Editor.codeCoverageShowAnnotations" ID="Editor.codeCoverageShowAnnotations"></a>
2401 <h4>Editor.codeCoverageShowAnnotations</h4> 2404 <h4>Editor.codeCoverageShowAnnotations</h4>
2402 <b>codeCoverageShowAnnotations</b>(<i></i>) 2405 <b>codeCoverageShowAnnotations</b>(<i>silent=False</i>)
2403 <p> 2406 <p>
2404 Public method to handle the show code coverage annotations context menu action. 2407 Public method to handle the show code coverage annotations context menu action.
2405 </p><a NAME="Editor.commentLine" ID="Editor.commentLine"></a> 2408 </p><dl>
2409 <dt><i>silent</i></dt>
2410 <dd>
2411 flag indicating to not show any dialog (boolean)
2412 </dd>
2413 </dl><a NAME="Editor.commentLine" ID="Editor.commentLine"></a>
2406 <h4>Editor.commentLine</h4> 2414 <h4>Editor.commentLine</h4>
2407 <b>commentLine</b>(<i></i>) 2415 <b>commentLine</b>(<i></i>)
2408 <p> 2416 <p>
2409 Public slot to comment the current line. 2417 Public slot to comment the current line.
2410 </p><a NAME="Editor.commentLineOrSelection" ID="Editor.commentLineOrSelection"></a> 2418 </p><a NAME="Editor.commentLineOrSelection" ID="Editor.commentLineOrSelection"></a>
3302 </p><a NAME="Editor.refresh" ID="Editor.refresh"></a> 3310 </p><a NAME="Editor.refresh" ID="Editor.refresh"></a>
3303 <h4>Editor.refresh</h4> 3311 <h4>Editor.refresh</h4>
3304 <b>refresh</b>(<i></i>) 3312 <b>refresh</b>(<i></i>)
3305 <p> 3313 <p>
3306 Public slot to refresh the editor contents. 3314 Public slot to refresh the editor contents.
3315 </p><a NAME="Editor.refreshCoverageAnnotations" ID="Editor.refreshCoverageAnnotations"></a>
3316 <h4>Editor.refreshCoverageAnnotations</h4>
3317 <b>refreshCoverageAnnotations</b>(<i></i>)
3318 <p>
3319 Public method to refresh the code coverage annotations.
3307 </p><a NAME="Editor.removeClone" ID="Editor.removeClone"></a> 3320 </p><a NAME="Editor.removeClone" ID="Editor.removeClone"></a>
3308 <h4>Editor.removeClone</h4> 3321 <h4>Editor.removeClone</h4>
3309 <b>removeClone</b>(<i>editor</i>) 3322 <b>removeClone</b>(<i>editor</i>)
3310 <p> 3323 <p>
3311 Public method to remove a clone from our list. 3324 Public method to remove a clone from our list.

eric ide

mercurial