7991:866adc8c315b | 8043:0acf98cd089a |
---|---|
123 | 123 |
124 <p> | 124 <p> |
125 Public method to return the list of separators for autocompletion. | 125 Public method to return the list of separators for autocompletion. |
126 </p> | 126 </p> |
127 <dl> | 127 <dl> |
128 <dt>Returns:</dt> | 128 <dt>Return:</dt> |
129 <dd> | 129 <dd> |
130 list of separators (list of strings) | 130 list of separators (list of strings) |
131 </dd> | 131 </dd> |
132 </dl> | 132 </dl> |
133 <a NAME="LexerLua.defaultKeywords" ID="LexerLua.defaultKeywords"></a> | 133 <a NAME="LexerLua.defaultKeywords" ID="LexerLua.defaultKeywords"></a> |
143 <dd> | 143 <dd> |
144 number of the keyword set (integer) | 144 number of the keyword set (integer) |
145 </dd> | 145 </dd> |
146 </dl> | 146 </dl> |
147 <dl> | 147 <dl> |
148 <dt>Returns:</dt> | 148 <dt>Return:</dt> |
149 <dd> | 149 <dd> |
150 string giving the keywords (string) or None | 150 string giving the keywords (string) or None |
151 </dd> | 151 </dd> |
152 </dl> | 152 </dl> |
153 <a NAME="LexerLua.initProperties" ID="LexerLua.initProperties"></a> | 153 <a NAME="LexerLua.initProperties" ID="LexerLua.initProperties"></a> |
170 <dd> | 170 <dd> |
171 style to check (integer) | 171 style to check (integer) |
172 </dd> | 172 </dd> |
173 </dl> | 173 </dl> |
174 <dl> | 174 <dl> |
175 <dt>Returns:</dt> | 175 <dt>Return:</dt> |
176 <dd> | 176 <dd> |
177 flag indicating a comment style (boolean) | 177 flag indicating a comment style (boolean) |
178 </dd> | 178 </dd> |
179 </dl> | 179 </dl> |
180 <a NAME="LexerLua.isStringStyle" ID="LexerLua.isStringStyle"></a> | 180 <a NAME="LexerLua.isStringStyle" ID="LexerLua.isStringStyle"></a> |
190 <dd> | 190 <dd> |
191 style to check (integer) | 191 style to check (integer) |
192 </dd> | 192 </dd> |
193 </dl> | 193 </dl> |
194 <dl> | 194 <dl> |
195 <dt>Returns:</dt> | 195 <dt>Return:</dt> |
196 <dd> | 196 <dd> |
197 flag indicating a string style (boolean) | 197 flag indicating a string style (boolean) |
198 </dd> | 198 </dd> |
199 </dl> | 199 </dl> |
200 <a NAME="LexerLua.maximumKeywordSet" ID="LexerLua.maximumKeywordSet"></a> | 200 <a NAME="LexerLua.maximumKeywordSet" ID="LexerLua.maximumKeywordSet"></a> |
203 | 203 |
204 <p> | 204 <p> |
205 Public method to get the maximum keyword set. | 205 Public method to get the maximum keyword set. |
206 </p> | 206 </p> |
207 <dl> | 207 <dl> |
208 <dt>Returns:</dt> | 208 <dt>Return:</dt> |
209 <dd> | 209 <dd> |
210 maximum keyword set (integer) | 210 maximum keyword set (integer) |
211 </dd> | 211 </dd> |
212 </dl> | 212 </dl> |
213 <div align="right"><a href="#top">Up</a></div> | 213 <div align="right"><a href="#top">Up</a></div> |