7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
128 | 128 |
129 <p> | 129 <p> |
130 Public method to return the list of separators for autocompletion. | 130 Public method to return the list of separators for autocompletion. |
131 </p> | 131 </p> |
132 <dl> | 132 <dl> |
133 <dt>Returns:</dt> | 133 <dt>Return:</dt> |
134 <dd> | 134 <dd> |
135 list of separators (list of strings) | 135 list of separators (list of strings) |
136 </dd> | 136 </dd> |
137 </dl> | 137 </dl> |
138 <a NAME="LexerCPP.defaultKeywords" ID="LexerCPP.defaultKeywords"></a> | 138 <a NAME="LexerCPP.defaultKeywords" ID="LexerCPP.defaultKeywords"></a> |
148 <dd> | 148 <dd> |
149 number of the keyword set (integer) | 149 number of the keyword set (integer) |
150 </dd> | 150 </dd> |
151 </dl> | 151 </dl> |
152 <dl> | 152 <dl> |
153 <dt>Returns:</dt> | 153 <dt>Return:</dt> |
154 <dd> | 154 <dd> |
155 string giving the keywords (string) or None | 155 string giving the keywords (string) or None |
156 </dd> | 156 </dd> |
157 </dl> | 157 </dl> |
158 <a NAME="LexerCPP.initProperties" ID="LexerCPP.initProperties"></a> | 158 <a NAME="LexerCPP.initProperties" ID="LexerCPP.initProperties"></a> |
175 <dd> | 175 <dd> |
176 style to check (integer) | 176 style to check (integer) |
177 </dd> | 177 </dd> |
178 </dl> | 178 </dl> |
179 <dl> | 179 <dl> |
180 <dt>Returns:</dt> | 180 <dt>Return:</dt> |
181 <dd> | 181 <dd> |
182 flag indicating a comment style (boolean) | 182 flag indicating a comment style (boolean) |
183 </dd> | 183 </dd> |
184 </dl> | 184 </dl> |
185 <a NAME="LexerCPP.isStringStyle" ID="LexerCPP.isStringStyle"></a> | 185 <a NAME="LexerCPP.isStringStyle" ID="LexerCPP.isStringStyle"></a> |
195 <dd> | 195 <dd> |
196 style to check (integer) | 196 style to check (integer) |
197 </dd> | 197 </dd> |
198 </dl> | 198 </dl> |
199 <dl> | 199 <dl> |
200 <dt>Returns:</dt> | 200 <dt>Return:</dt> |
201 <dd> | 201 <dd> |
202 flag indicating a string style (boolean) | 202 flag indicating a string style (boolean) |
203 </dd> | 203 </dd> |
204 </dl> | 204 </dl> |
205 <a NAME="LexerCPP.maximumKeywordSet" ID="LexerCPP.maximumKeywordSet"></a> | 205 <a NAME="LexerCPP.maximumKeywordSet" ID="LexerCPP.maximumKeywordSet"></a> |
208 | 208 |
209 <p> | 209 <p> |
210 Public method to get the maximum keyword set. | 210 Public method to get the maximum keyword set. |
211 </p> | 211 </p> |
212 <dl> | 212 <dl> |
213 <dt>Returns:</dt> | 213 <dt>Return:</dt> |
214 <dd> | 214 <dd> |
215 maximum keyword set (integer) | 215 maximum keyword set (integer) |
216 </dd> | 216 </dd> |
217 </dl> | 217 </dl> |
218 <div align="right"><a href="#top">Up</a></div> | 218 <div align="right"><a href="#top">Up</a></div> |