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

branch
eric7
changeset 10259
b51dfacef37f
parent 10189
1ab3a4674cb4
child 10279
e6e270b705c2
equal deleted inserted replaced
10258:e7764f992a01 10259:b51dfacef37f
550 <td><a href="#Editor.__loadEditorConfigObject">__loadEditorConfigObject</a></td> 550 <td><a href="#Editor.__loadEditorConfigObject">__loadEditorConfigObject</a></td>
551 <td>Private method to load the EditorConfig properties for the given file name.</td> 551 <td>Private method to load the EditorConfig properties for the given file name.</td>
552 </tr> 552 </tr>
553 <tr> 553 <tr>
554 <td><a href="#Editor.__marginClicked">__marginClicked</a></td> 554 <td><a href="#Editor.__marginClicked">__marginClicked</a></td>
555 <td></td> 555 <td>Private slot to handle the marginClicked signal.</td>
556 </tr> 556 </tr>
557 <tr> 557 <tr>
558 <td><a href="#Editor.__marginNumber">__marginNumber</a></td> 558 <td><a href="#Editor.__marginNumber">__marginNumber</a></td>
559 <td>Private method to calculate the margin number based on a x position.</td> 559 <td>Private method to calculate the margin number based on a x position.</td>
560 </tr> 560 </tr>
1358 <td><a href="#Editor.hasWarnings">hasWarnings</a></td> 1358 <td><a href="#Editor.hasWarnings">hasWarnings</a></td>
1359 <td>Public method to check for the presence of warnings.</td> 1359 <td>Public method to check for the presence of warnings.</td>
1360 </tr> 1360 </tr>
1361 <tr> 1361 <tr>
1362 <td><a href="#Editor.highlight">highlight</a></td> 1362 <td><a href="#Editor.highlight">highlight</a></td>
1363 <td></td> 1363 <td>Public method to highlight [or de-highlight] a particular line.</td>
1364 </tr> 1364 </tr>
1365 <tr> 1365 <tr>
1366 <td><a href="#Editor.highlightSearchSelection">highlightSearchSelection</a></td> 1366 <td><a href="#Editor.highlightSearchSelection">highlightSearchSelection</a></td>
1367 <td>Public method to set a highlight for the selection at the start of a search.</td> 1367 <td>Public method to set a highlight for the selection at the start of a search.</td>
1368 </tr> 1368 </tr>
3136 </dl> 3136 </dl>
3137 <a NAME="Editor.__marginClicked" ID="Editor.__marginClicked"></a> 3137 <a NAME="Editor.__marginClicked" ID="Editor.__marginClicked"></a>
3138 <h4>Editor.__marginClicked</h4> 3138 <h4>Editor.__marginClicked</h4>
3139 <b>__marginClicked</b>(<i>margin, line, modifiers</i>) 3139 <b>__marginClicked</b>(<i>margin, line, modifiers</i>)
3140 3140
3141 <p>
3142 Private slot to handle the marginClicked signal.
3143 </p>
3144 <dl>
3145
3146 <dt><i>margin</i></dt>
3147 <dd>
3148 id of the clicked margin (integer)
3149 </dd>
3150 <dt><i>line</i></dt>
3151 <dd>
3152 line number of the click (integer)
3153 </dd>
3154 <dt><i>modifiers</i></dt>
3155 <dd>
3156 keyboard modifiers (Qt.KeyboardModifiers)
3157 </dd>
3158 </dl>
3141 <a NAME="Editor.__marginNumber" ID="Editor.__marginNumber"></a> 3159 <a NAME="Editor.__marginNumber" ID="Editor.__marginNumber"></a>
3142 <h4>Editor.__marginNumber</h4> 3160 <h4>Editor.__marginNumber</h4>
3143 <b>__marginNumber</b>(<i>xPos</i>) 3161 <b>__marginNumber</b>(<i>xPos</i>)
3144 3162
3145 <p> 3163 <p>
5831 </dl> 5849 </dl>
5832 <a NAME="Editor.highlight" ID="Editor.highlight"></a> 5850 <a NAME="Editor.highlight" ID="Editor.highlight"></a>
5833 <h4>Editor.highlight</h4> 5851 <h4>Editor.highlight</h4>
5834 <b>highlight</b>(<i>line=None, error=False, syntaxError=False</i>) 5852 <b>highlight</b>(<i>line=None, error=False, syntaxError=False</i>)
5835 5853
5854 <p>
5855 Public method to highlight [or de-highlight] a particular line.
5856 </p>
5857 <dl>
5858
5859 <dt><i>line</i></dt>
5860 <dd>
5861 line number to highlight (integer)
5862 </dd>
5863 <dt><i>error</i></dt>
5864 <dd>
5865 flag indicating whether the error highlight should be
5866 used (boolean)
5867 </dd>
5868 <dt><i>syntaxError</i></dt>
5869 <dd>
5870 flag indicating a syntax error (boolean)
5871 </dd>
5872 </dl>
5836 <a NAME="Editor.highlightSearchSelection" ID="Editor.highlightSearchSelection"></a> 5873 <a NAME="Editor.highlightSearchSelection" ID="Editor.highlightSearchSelection"></a>
5837 <h4>Editor.highlightSearchSelection</h4> 5874 <h4>Editor.highlightSearchSelection</h4>
5838 <b>highlightSearchSelection</b>(<i>startLine, startIndex, endLine, endIndex</i>) 5875 <b>highlightSearchSelection</b>(<i>startLine, startIndex, endLine, endIndex</i>)
5839 5876
5840 <p> 5877 <p>

eric ide

mercurial