96 </tr><tr> |
96 </tr><tr> |
97 <td><a href="#QsciScintillaCompat.clearAllIndicators">clearAllIndicators</a></td> |
97 <td><a href="#QsciScintillaCompat.clearAllIndicators">clearAllIndicators</a></td> |
98 <td>Public method to clear all occurrences of an indicator.</td> |
98 <td>Public method to clear all occurrences of an indicator.</td> |
99 </tr><tr> |
99 </tr><tr> |
100 <td><a href="#QsciScintillaCompat.clearAlternateKeys">clearAlternateKeys</a></td> |
100 <td><a href="#QsciScintillaCompat.clearAlternateKeys">clearAlternateKeys</a></td> |
101 <td>Protected method to clear the alternate key commands.</td> |
101 <td>Public method to clear the alternate key commands.</td> |
102 </tr><tr> |
102 </tr><tr> |
103 <td><a href="#QsciScintillaCompat.clearIndicator">clearIndicator</a></td> |
103 <td><a href="#QsciScintillaCompat.clearIndicator">clearIndicator</a></td> |
104 <td>Public method to clear an indicator for the given range.</td> |
104 <td>Public method to clear an indicator for the given range.</td> |
105 </tr><tr> |
105 </tr><tr> |
106 <td><a href="#QsciScintillaCompat.clearIndicatorRange">clearIndicatorRange</a></td> |
106 <td><a href="#QsciScintillaCompat.clearIndicatorRange">clearIndicatorRange</a></td> |
107 <td>Public method to clear an indicator for the given range.</td> |
107 <td>Public method to clear an indicator for the given range.</td> |
108 </tr><tr> |
108 </tr><tr> |
109 <td><a href="#QsciScintillaCompat.clearKeys">clearKeys</a></td> |
109 <td><a href="#QsciScintillaCompat.clearKeys">clearKeys</a></td> |
110 <td>Protected method to clear the key commands.</td> |
110 <td>Public method to clear the key commands.</td> |
111 </tr><tr> |
111 </tr><tr> |
112 <td><a href="#QsciScintillaCompat.clearStyles">clearStyles</a></td> |
112 <td><a href="#QsciScintillaCompat.clearStyles">clearStyles</a></td> |
113 <td>Public method to set the styles according the selected Qt style.</td> |
113 <td>Public method to set the styles according the selected Qt style.</td> |
114 </tr><tr> |
114 </tr><tr> |
115 <td><a href="#QsciScintillaCompat.contractedFolds">contractedFolds</a></td> |
115 <td><a href="#QsciScintillaCompat.contractedFolds">contractedFolds</a></td> |
144 </tr><tr> |
144 </tr><tr> |
145 <td><a href="#QsciScintillaCompat.editorCommand">editorCommand</a></td> |
145 <td><a href="#QsciScintillaCompat.editorCommand">editorCommand</a></td> |
146 <td>Public method to perform a simple editor command.</td> |
146 <td>Public method to perform a simple editor command.</td> |
147 </tr><tr> |
147 </tr><tr> |
148 <td><a href="#QsciScintillaCompat.event">event</a></td> |
148 <td><a href="#QsciScintillaCompat.event">event</a></td> |
149 <td>Protected method to handle events.</td> |
149 <td>Public method to handle events.</td> |
150 </tr><tr> |
150 </tr><tr> |
151 <td><a href="#QsciScintillaCompat.extendSelectionLeft">extendSelectionLeft</a></td> |
151 <td><a href="#QsciScintillaCompat.extendSelectionLeft">extendSelectionLeft</a></td> |
152 <td>Public method to extend the selection one character to the left.</td> |
152 <td>Public method to extend the selection one character to the left.</td> |
153 </tr><tr> |
153 </tr><tr> |
154 <td><a href="#QsciScintillaCompat.extendSelectionRight">extendSelectionRight</a></td> |
154 <td><a href="#QsciScintillaCompat.extendSelectionRight">extendSelectionRight</a></td> |
174 </tr><tr> |
174 </tr><tr> |
175 <td><a href="#QsciScintillaCompat.flashFindIndicator">flashFindIndicator</a></td> |
175 <td><a href="#QsciScintillaCompat.flashFindIndicator">flashFindIndicator</a></td> |
176 <td>Public method to flash the find indicator for the given range.</td> |
176 <td>Public method to flash the find indicator for the given range.</td> |
177 </tr><tr> |
177 </tr><tr> |
178 <td><a href="#QsciScintillaCompat.focusOutEvent">focusOutEvent</a></td> |
178 <td><a href="#QsciScintillaCompat.focusOutEvent">focusOutEvent</a></td> |
179 <td>Public method called when the editor loses focus.</td> |
179 <td>Protected method called when the editor loses focus.</td> |
180 </tr><tr> |
180 </tr><tr> |
181 <td><a href="#QsciScintillaCompat.foldExpandedAt">foldExpandedAt</a></td> |
181 <td><a href="#QsciScintillaCompat.foldExpandedAt">foldExpandedAt</a></td> |
182 <td>Public method to determine, if a fold is expanded.</td> |
182 <td>Public method to determine, if a fold is expanded.</td> |
183 </tr><tr> |
183 </tr><tr> |
184 <td><a href="#QsciScintillaCompat.foldFlagsAt">foldFlagsAt</a></td> |
184 <td><a href="#QsciScintillaCompat.foldFlagsAt">foldFlagsAt</a></td> |
246 </tr><tr> |
246 </tr><tr> |
247 <td><a href="#QsciScintillaCompat.inputMethodEvent">inputMethodEvent</a></td> |
247 <td><a href="#QsciScintillaCompat.inputMethodEvent">inputMethodEvent</a></td> |
248 <td>Protected method to cope with a glitch in some Qscintilla versions handling input events.</td> |
248 <td>Protected method to cope with a glitch in some Qscintilla versions handling input events.</td> |
249 </tr><tr> |
249 </tr><tr> |
250 <td><a href="#QsciScintillaCompat.inputMethodQuery">inputMethodQuery</a></td> |
250 <td><a href="#QsciScintillaCompat.inputMethodQuery">inputMethodQuery</a></td> |
251 <td>Protected method to cope with a glitch in some Qscintilla versions handling input events.</td> |
251 <td>Public method to cope with a glitch in some Qscintilla versions handling input events.</td> |
252 </tr><tr> |
252 </tr><tr> |
253 <td><a href="#QsciScintillaCompat.isModified">isModified</a></td> |
253 <td><a href="#QsciScintillaCompat.isModified">isModified</a></td> |
254 <td>Public method to return the modification status.</td> |
254 <td>Public method to return the modification status.</td> |
255 </tr><tr> |
255 </tr><tr> |
256 <td><a href="#QsciScintillaCompat.lineAt">lineAt</a></td> |
256 <td><a href="#QsciScintillaCompat.lineAt">lineAt</a></td> |
504 </dd> |
504 </dd> |
505 </dl><a NAME="QsciScintillaCompat.clearAlternateKeys" ID="QsciScintillaCompat.clearAlternateKeys"></a> |
505 </dl><a NAME="QsciScintillaCompat.clearAlternateKeys" ID="QsciScintillaCompat.clearAlternateKeys"></a> |
506 <h4>QsciScintillaCompat.clearAlternateKeys</h4> |
506 <h4>QsciScintillaCompat.clearAlternateKeys</h4> |
507 <b>clearAlternateKeys</b>(<i></i>) |
507 <b>clearAlternateKeys</b>(<i></i>) |
508 <p> |
508 <p> |
509 Protected method to clear the alternate key commands. |
509 Public method to clear the alternate key commands. |
510 </p><a NAME="QsciScintillaCompat.clearIndicator" ID="QsciScintillaCompat.clearIndicator"></a> |
510 </p><a NAME="QsciScintillaCompat.clearIndicator" ID="QsciScintillaCompat.clearIndicator"></a> |
511 <h4>QsciScintillaCompat.clearIndicator</h4> |
511 <h4>QsciScintillaCompat.clearIndicator</h4> |
512 <b>clearIndicator</b>(<i>indicator, sline, sindex, eline, eindex</i>) |
512 <b>clearIndicator</b>(<i>indicator, sline, sindex, eline, eindex</i>) |
513 <p> |
513 <p> |
514 Public method to clear an indicator for the given range. |
514 Public method to clear an indicator for the given range. |
549 </dd> |
549 </dd> |
550 </dl><a NAME="QsciScintillaCompat.clearKeys" ID="QsciScintillaCompat.clearKeys"></a> |
550 </dl><a NAME="QsciScintillaCompat.clearKeys" ID="QsciScintillaCompat.clearKeys"></a> |
551 <h4>QsciScintillaCompat.clearKeys</h4> |
551 <h4>QsciScintillaCompat.clearKeys</h4> |
552 <b>clearKeys</b>(<i></i>) |
552 <b>clearKeys</b>(<i></i>) |
553 <p> |
553 <p> |
554 Protected method to clear the key commands. |
554 Public method to clear the key commands. |
555 </p><a NAME="QsciScintillaCompat.clearStyles" ID="QsciScintillaCompat.clearStyles"></a> |
555 </p><a NAME="QsciScintillaCompat.clearStyles" ID="QsciScintillaCompat.clearStyles"></a> |
556 <h4>QsciScintillaCompat.clearStyles</h4> |
556 <h4>QsciScintillaCompat.clearStyles</h4> |
557 <b>clearStyles</b>(<i></i>) |
557 <b>clearStyles</b>(<i></i>) |
558 <p> |
558 <p> |
559 Public method to set the styles according the selected Qt style. |
559 Public method to set the styles according the selected Qt style. |
644 </dd> |
644 </dd> |
645 </dl><a NAME="QsciScintillaCompat.event" ID="QsciScintillaCompat.event"></a> |
645 </dl><a NAME="QsciScintillaCompat.event" ID="QsciScintillaCompat.event"></a> |
646 <h4>QsciScintillaCompat.event</h4> |
646 <h4>QsciScintillaCompat.event</h4> |
647 <b>event</b>(<i>evt</i>) |
647 <b>event</b>(<i>evt</i>) |
648 <p> |
648 <p> |
649 Protected method to handle events. |
649 Public method to handle events. |
650 </p><p> |
650 </p><p> |
651 Note: We are not interested in the standard QsciScintilla event |
651 Note: We are not interested in the standard QsciScintilla event |
652 handling because we do it our self. |
652 handling because we do it our self. |
653 </p><dl> |
653 </p><dl> |
654 <dt><i>evt</i></dt> |
654 <dt><i>evt</i></dt> |
765 </dd> |
765 </dd> |
766 </dl><a NAME="QsciScintillaCompat.focusOutEvent" ID="QsciScintillaCompat.focusOutEvent"></a> |
766 </dl><a NAME="QsciScintillaCompat.focusOutEvent" ID="QsciScintillaCompat.focusOutEvent"></a> |
767 <h4>QsciScintillaCompat.focusOutEvent</h4> |
767 <h4>QsciScintillaCompat.focusOutEvent</h4> |
768 <b>focusOutEvent</b>(<i>event</i>) |
768 <b>focusOutEvent</b>(<i>event</i>) |
769 <p> |
769 <p> |
770 Public method called when the editor loses focus. |
770 Protected method called when the editor loses focus. |
771 </p><dl> |
771 </p><dl> |
772 <dt><i>event</i></dt> |
772 <dt><i>event</i></dt> |
773 <dd> |
773 <dd> |
774 event object (QFocusEvent) |
774 event object (QFocusEvent) |
775 </dd> |
775 </dd> |
1075 </dd> |
1075 </dd> |
1076 </dl><a NAME="QsciScintillaCompat.inputMethodQuery" ID="QsciScintillaCompat.inputMethodQuery"></a> |
1076 </dl><a NAME="QsciScintillaCompat.inputMethodQuery" ID="QsciScintillaCompat.inputMethodQuery"></a> |
1077 <h4>QsciScintillaCompat.inputMethodQuery</h4> |
1077 <h4>QsciScintillaCompat.inputMethodQuery</h4> |
1078 <b>inputMethodQuery</b>(<i>query</i>) |
1078 <b>inputMethodQuery</b>(<i>query</i>) |
1079 <p> |
1079 <p> |
1080 Protected method to cope with a glitch in some Qscintilla versions |
1080 Public method to cope with a glitch in some Qscintilla versions |
1081 handling input events. |
1081 handling input events. |
1082 </p><p> |
1082 </p><p> |
1083 Note: This simply disables the Qscintilla behavior. |
1083 Note: This simply disables the Qscintilla behavior. |
1084 </p><dl> |
1084 </p><dl> |
1085 <dt><i>query</i></dt> |
1085 <dt><i>query</i></dt> |