87 Constructor |
87 Constructor |
88 </p><dl> |
88 </p><dl> |
89 <dt><i>parent</i></dt> |
89 <dt><i>parent</i></dt> |
90 <dd> |
90 <dd> |
91 parent widget of this lexer |
91 parent widget of this lexer |
|
92 </dd><dt><i>caseInsensitiveKeywords</i></dt> |
|
93 <dd> |
|
94 flag indicating keywords are case |
|
95 insensitive (boolean) |
92 </dd> |
96 </dd> |
93 </dl><a NAME="LexerCPP.autoCompletionWordSeparators" ID="LexerCPP.autoCompletionWordSeparators"></a> |
97 </dl><a NAME="LexerCPP.autoCompletionWordSeparators" ID="LexerCPP.autoCompletionWordSeparators"></a> |
94 <h4>LexerCPP.autoCompletionWordSeparators</h4> |
98 <h4>LexerCPP.autoCompletionWordSeparators</h4> |
95 <b>autoCompletionWordSeparators</b>(<i></i>) |
99 <b>autoCompletionWordSeparators</b>(<i></i>) |
96 <p> |
100 <p> |
124 <h4>LexerCPP.isCommentStyle</h4> |
128 <h4>LexerCPP.isCommentStyle</h4> |
125 <b>isCommentStyle</b>(<i>style</i>) |
129 <b>isCommentStyle</b>(<i>style</i>) |
126 <p> |
130 <p> |
127 Public method to check, if a style is a comment style. |
131 Public method to check, if a style is a comment style. |
128 </p><dl> |
132 </p><dl> |
|
133 <dt><i>style</i></dt> |
|
134 <dd> |
|
135 style to check (integer) |
|
136 </dd> |
|
137 </dl><dl> |
129 <dt>Returns:</dt> |
138 <dt>Returns:</dt> |
130 <dd> |
139 <dd> |
131 flag indicating a comment style (boolean) |
140 flag indicating a comment style (boolean) |
132 </dd> |
141 </dd> |
133 </dl><a NAME="LexerCPP.isStringStyle" ID="LexerCPP.isStringStyle"></a> |
142 </dl><a NAME="LexerCPP.isStringStyle" ID="LexerCPP.isStringStyle"></a> |
134 <h4>LexerCPP.isStringStyle</h4> |
143 <h4>LexerCPP.isStringStyle</h4> |
135 <b>isStringStyle</b>(<i>style</i>) |
144 <b>isStringStyle</b>(<i>style</i>) |
136 <p> |
145 <p> |
137 Public method to check, if a style is a string style. |
146 Public method to check, if a style is a string style. |
138 </p><dl> |
147 </p><dl> |
|
148 <dt><i>style</i></dt> |
|
149 <dd> |
|
150 style to check (integer) |
|
151 </dd> |
|
152 </dl><dl> |
139 <dt>Returns:</dt> |
153 <dt>Returns:</dt> |
140 <dd> |
154 <dd> |
141 flag indicating a string style (boolean) |
155 flag indicating a string style (boolean) |
142 </dd> |
156 </dd> |
143 </dl> |
157 </dl> |