206 <td>Public method used to retrieve the current zoom factor.</td> |
206 <td>Public method used to retrieve the current zoom factor.</td> |
207 </tr><tr> |
207 </tr><tr> |
208 <td><a href="#QsciScintillaCompat.hasIndicator">hasIndicator</a></td> |
208 <td><a href="#QsciScintillaCompat.hasIndicator">hasIndicator</a></td> |
209 <td>Public method to test for the existence of an indicator.</td> |
209 <td>Public method to test for the existence of an indicator.</td> |
210 </tr><tr> |
210 </tr><tr> |
|
211 <td><a href="#QsciScintillaCompat.hasSelection">hasSelection</a></td> |
|
212 <td>Public method to check for a selection.</td> |
|
213 </tr><tr> |
211 <td><a href="#QsciScintillaCompat.indentationGuideView">indentationGuideView</a></td> |
214 <td><a href="#QsciScintillaCompat.indentationGuideView">indentationGuideView</a></td> |
212 <td>Public method to get the indentation guide view.</td> |
215 <td>Public method to get the indentation guide view.</td> |
213 </tr><tr> |
216 </tr><tr> |
214 <td><a href="#QsciScintillaCompat.indicatorDefine">indicatorDefine</a></td> |
217 <td><a href="#QsciScintillaCompat.indicatorDefine">indicatorDefine</a></td> |
215 <td>Public method to define the appearance of an indicator.</td> |
218 <td>Public method to define the appearance of an indicator.</td> |
836 </dl><dl> |
839 </dl><dl> |
837 <dt>Returns:</dt> |
840 <dt>Returns:</dt> |
838 <dd> |
841 <dd> |
839 flag indicating the existence of the indicator (boolean) |
842 flag indicating the existence of the indicator (boolean) |
840 </dd> |
843 </dd> |
|
844 </dl><a NAME="QsciScintillaCompat.hasSelection" ID="QsciScintillaCompat.hasSelection"></a> |
|
845 <h4>QsciScintillaCompat.hasSelection</h4> |
|
846 <b>hasSelection</b>(<i></i>) |
|
847 <p> |
|
848 Public method to check for a selection. |
|
849 </p><dl> |
|
850 <dt>Returns:</dt> |
|
851 <dd> |
|
852 flag indicating the presence of a selection (boolean) |
|
853 </dd> |
841 </dl><a NAME="QsciScintillaCompat.indentationGuideView" ID="QsciScintillaCompat.indentationGuideView"></a> |
854 </dl><a NAME="QsciScintillaCompat.indentationGuideView" ID="QsciScintillaCompat.indentationGuideView"></a> |
842 <h4>QsciScintillaCompat.indentationGuideView</h4> |
855 <h4>QsciScintillaCompat.indentationGuideView</h4> |
843 <b>indentationGuideView</b>(<i></i>) |
856 <b>indentationGuideView</b>(<i></i>) |
844 <p> |
857 <p> |
845 Public method to get the indentation guide view. |
858 Public method to get the indentation guide view. |