111 Public method to return the list of separators for autocompletion. |
111 Public method to return the list of separators for autocompletion. |
112 </p> |
112 </p> |
113 <dl> |
113 <dl> |
114 <dt>Return:</dt> |
114 <dt>Return:</dt> |
115 <dd> |
115 <dd> |
116 list of separators (list of strings) |
116 list of separators |
|
117 </dd> |
|
118 </dl> |
|
119 <dl> |
|
120 <dt>Return Type:</dt> |
|
121 <dd> |
|
122 list of str |
117 </dd> |
123 </dd> |
118 </dl> |
124 </dl> |
119 <a NAME="LexerPascal.defaultKeywords" ID="LexerPascal.defaultKeywords"></a> |
125 <a NAME="LexerPascal.defaultKeywords" ID="LexerPascal.defaultKeywords"></a> |
120 <h4>LexerPascal.defaultKeywords</h4> |
126 <h4>LexerPascal.defaultKeywords</h4> |
121 <b>defaultKeywords</b>(<i>kwSet</i>) |
127 <b>defaultKeywords</b>(<i>kwSet</i>) |
123 <p> |
129 <p> |
124 Public method to get the default keywords. |
130 Public method to get the default keywords. |
125 </p> |
131 </p> |
126 <dl> |
132 <dl> |
127 |
133 |
128 <dt><i>kwSet</i></dt> |
134 <dt><i>kwSet</i> (int)</dt> |
129 <dd> |
135 <dd> |
130 number of the keyword set (integer) |
136 number of the keyword set |
131 </dd> |
137 </dd> |
132 </dl> |
138 </dl> |
133 <dl> |
139 <dl> |
134 <dt>Return:</dt> |
140 <dt>Return:</dt> |
135 <dd> |
141 <dd> |
136 string giving the keywords (string) or None |
142 string giving the keywords or None |
|
143 </dd> |
|
144 </dl> |
|
145 <dl> |
|
146 <dt>Return Type:</dt> |
|
147 <dd> |
|
148 str |
137 </dd> |
149 </dd> |
138 </dl> |
150 </dl> |
139 <a NAME="LexerPascal.initProperties" ID="LexerPascal.initProperties"></a> |
151 <a NAME="LexerPascal.initProperties" ID="LexerPascal.initProperties"></a> |
140 <h4>LexerPascal.initProperties</h4> |
152 <h4>LexerPascal.initProperties</h4> |
141 <b>initProperties</b>(<i></i>) |
153 <b>initProperties</b>(<i></i>) |
150 <p> |
162 <p> |
151 Public method to check, if a style is a comment style. |
163 Public method to check, if a style is a comment style. |
152 </p> |
164 </p> |
153 <dl> |
165 <dl> |
154 |
166 |
155 <dt><i>style</i></dt> |
167 <dt><i>style</i> (int)</dt> |
156 <dd> |
168 <dd> |
157 style to check (integer) |
169 style to check |
158 </dd> |
170 </dd> |
159 </dl> |
171 </dl> |
160 <dl> |
172 <dl> |
161 <dt>Return:</dt> |
173 <dt>Return:</dt> |
162 <dd> |
174 <dd> |
163 flag indicating a comment style (boolean) |
175 flag indicating a comment style |
|
176 </dd> |
|
177 </dl> |
|
178 <dl> |
|
179 <dt>Return Type:</dt> |
|
180 <dd> |
|
181 bool |
164 </dd> |
182 </dd> |
165 </dl> |
183 </dl> |
166 <a NAME="LexerPascal.isStringStyle" ID="LexerPascal.isStringStyle"></a> |
184 <a NAME="LexerPascal.isStringStyle" ID="LexerPascal.isStringStyle"></a> |
167 <h4>LexerPascal.isStringStyle</h4> |
185 <h4>LexerPascal.isStringStyle</h4> |
168 <b>isStringStyle</b>(<i>style</i>) |
186 <b>isStringStyle</b>(<i>style</i>) |
170 <p> |
188 <p> |
171 Public method to check, if a style is a string style. |
189 Public method to check, if a style is a string style. |
172 </p> |
190 </p> |
173 <dl> |
191 <dl> |
174 |
192 |
175 <dt><i>style</i></dt> |
193 <dt><i>style</i> (int)</dt> |
176 <dd> |
194 <dd> |
177 style to check (integer) |
195 style to check |
178 </dd> |
196 </dd> |
179 </dl> |
197 </dl> |
180 <dl> |
198 <dl> |
181 <dt>Return:</dt> |
199 <dt>Return:</dt> |
182 <dd> |
200 <dd> |
183 flag indicating a string style (boolean) |
201 flag indicating a string style |
|
202 </dd> |
|
203 </dl> |
|
204 <dl> |
|
205 <dt>Return Type:</dt> |
|
206 <dd> |
|
207 bool |
184 </dd> |
208 </dd> |
185 </dl> |
209 </dl> |
186 <div align="right"><a href="#top">Up</a></div> |
210 <div align="right"><a href="#top">Up</a></div> |
187 <hr /> |
211 <hr /> |
188 <hr /> |
212 <hr /> |