60 <td>Constructor</td> |
60 <td>Constructor</td> |
61 </tr><tr> |
61 </tr><tr> |
62 <td><a href="#LexerPascal.autoCompletionWordSeparators">autoCompletionWordSeparators</a></td> |
62 <td><a href="#LexerPascal.autoCompletionWordSeparators">autoCompletionWordSeparators</a></td> |
63 <td>Public method to return the list of separators for autocompletion.</td> |
63 <td>Public method to return the list of separators for autocompletion.</td> |
64 </tr><tr> |
64 </tr><tr> |
|
65 <td><a href="#LexerPascal.defaultKeywords">defaultKeywords</a></td> |
|
66 <td>Public method to get the default keywords.</td> |
|
67 </tr><tr> |
65 <td><a href="#LexerPascal.initProperties">initProperties</a></td> |
68 <td><a href="#LexerPascal.initProperties">initProperties</a></td> |
66 <td>Public slot to initialize the properties.</td> |
69 <td>Public slot to initialize the properties.</td> |
67 </tr><tr> |
70 </tr><tr> |
68 <td><a href="#LexerPascal.isCommentStyle">isCommentStyle</a></td> |
71 <td><a href="#LexerPascal.isCommentStyle">isCommentStyle</a></td> |
69 <td>Public method to check, if a style is a comment style.</td> |
72 <td>Public method to check, if a style is a comment style.</td> |
90 </p><dl> |
93 </p><dl> |
91 <dt>Returns:</dt> |
94 <dt>Returns:</dt> |
92 <dd> |
95 <dd> |
93 list of separators (list of strings) |
96 list of separators (list of strings) |
94 </dd> |
97 </dd> |
|
98 </dl><a NAME="LexerPascal.defaultKeywords" ID="LexerPascal.defaultKeywords"></a> |
|
99 <h4>LexerPascal.defaultKeywords</h4> |
|
100 <b>defaultKeywords</b>(<i>kwSet</i>) |
|
101 <p> |
|
102 Public method to get the default keywords. |
|
103 </p><dl> |
|
104 <dt><i>kwSet</i></dt> |
|
105 <dd> |
|
106 number of the keyword set (integer) |
|
107 </dd> |
95 </dl><a NAME="LexerPascal.initProperties" ID="LexerPascal.initProperties"></a> |
108 </dl><a NAME="LexerPascal.initProperties" ID="LexerPascal.initProperties"></a> |
96 <h4>LexerPascal.initProperties</h4> |
109 <h4>LexerPascal.initProperties</h4> |
97 <b>initProperties</b>(<i></i>) |
110 <b>initProperties</b>(<i></i>) |
98 <p> |
111 <p> |
99 Public slot to initialize the properties. |
112 Public slot to initialize the properties. |