src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerJavaScript.html

branch
eric7
changeset 10431
64157aeb0312
parent 10259
b51dfacef37f
child 10479
856476537696
equal deleted inserted replaced
10430:e440aaf179ce 10431:64157aeb0312
96 <p> 96 <p>
97 Constructor 97 Constructor
98 </p> 98 </p>
99 <dl> 99 <dl>
100 100
101 <dt><i>parent</i></dt> 101 <dt><i>parent</i> (QWidget)</dt>
102 <dd> 102 <dd>
103 parent widget of this lexer 103 parent widget of this lexer
104 </dd> 104 </dd>
105 </dl> 105 </dl>
106 <a NAME="LexerJavaScript.defaultKeywords" ID="LexerJavaScript.defaultKeywords"></a> 106 <a NAME="LexerJavaScript.defaultKeywords" ID="LexerJavaScript.defaultKeywords"></a>
110 <p> 110 <p>
111 Public method to get the default keywords. 111 Public method to get the default keywords.
112 </p> 112 </p>
113 <dl> 113 <dl>
114 114
115 <dt><i>kwSet</i></dt> 115 <dt><i>kwSet</i> (int)</dt>
116 <dd> 116 <dd>
117 number of the keyword set (integer) 117 number of the keyword set
118 </dd> 118 </dd>
119 </dl> 119 </dl>
120 <dl> 120 <dl>
121 <dt>Return:</dt> 121 <dt>Return:</dt>
122 <dd> 122 <dd>
123 string giving the keywords (string) or None 123 string giving the keywords or None
124 </dd>
125 </dl>
126 <dl>
127 <dt>Return Type:</dt>
128 <dd>
129 str
124 </dd> 130 </dd>
125 </dl> 131 </dl>
126 <a NAME="LexerJavaScript.initProperties" ID="LexerJavaScript.initProperties"></a> 132 <a NAME="LexerJavaScript.initProperties" ID="LexerJavaScript.initProperties"></a>
127 <h4>LexerJavaScript.initProperties</h4> 133 <h4>LexerJavaScript.initProperties</h4>
128 <b>initProperties</b>(<i></i>) 134 <b>initProperties</b>(<i></i>)
137 <p> 143 <p>
138 Public method to check, if a style is a comment style. 144 Public method to check, if a style is a comment style.
139 </p> 145 </p>
140 <dl> 146 <dl>
141 147
142 <dt><i>style</i></dt> 148 <dt><i>style</i> (int)</dt>
143 <dd> 149 <dd>
144 style to check (integer) 150 style to check
145 </dd> 151 </dd>
146 </dl> 152 </dl>
147 <dl> 153 <dl>
148 <dt>Return:</dt> 154 <dt>Return:</dt>
149 <dd> 155 <dd>
150 flag indicating a comment style (boolean) 156 flag indicating a comment style
157 </dd>
158 </dl>
159 <dl>
160 <dt>Return Type:</dt>
161 <dd>
162 bool
151 </dd> 163 </dd>
152 </dl> 164 </dl>
153 <a NAME="LexerJavaScript.isStringStyle" ID="LexerJavaScript.isStringStyle"></a> 165 <a NAME="LexerJavaScript.isStringStyle" ID="LexerJavaScript.isStringStyle"></a>
154 <h4>LexerJavaScript.isStringStyle</h4> 166 <h4>LexerJavaScript.isStringStyle</h4>
155 <b>isStringStyle</b>(<i>style</i>) 167 <b>isStringStyle</b>(<i>style</i>)
157 <p> 169 <p>
158 Public method to check, if a style is a string style. 170 Public method to check, if a style is a string style.
159 </p> 171 </p>
160 <dl> 172 <dl>
161 173
162 <dt><i>style</i></dt> 174 <dt><i>style</i> (int)</dt>
163 <dd> 175 <dd>
164 style to check (integer) 176 style to check
165 </dd> 177 </dd>
166 </dl> 178 </dl>
167 <dl> 179 <dl>
168 <dt>Return:</dt> 180 <dt>Return:</dt>
169 <dd> 181 <dd>
170 flag indicating a string style (boolean) 182 flag indicating a string style
183 </dd>
184 </dl>
185 <dl>
186 <dt>Return Type:</dt>
187 <dd>
188 bool
171 </dd> 189 </dd>
172 </dl> 190 </dl>
173 <a NAME="LexerJavaScript.maximumKeywordSet" ID="LexerJavaScript.maximumKeywordSet"></a> 191 <a NAME="LexerJavaScript.maximumKeywordSet" ID="LexerJavaScript.maximumKeywordSet"></a>
174 <h4>LexerJavaScript.maximumKeywordSet</h4> 192 <h4>LexerJavaScript.maximumKeywordSet</h4>
175 <b>maximumKeywordSet</b>(<i></i>) 193 <b>maximumKeywordSet</b>(<i></i>)
178 Public method to get the maximum keyword set. 196 Public method to get the maximum keyword set.
179 </p> 197 </p>
180 <dl> 198 <dl>
181 <dt>Return:</dt> 199 <dt>Return:</dt>
182 <dd> 200 <dd>
183 maximum keyword set (integer) 201 maximum keyword set
202 </dd>
203 </dl>
204 <dl>
205 <dt>Return Type:</dt>
206 <dd>
207 int
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 />

eric ide

mercurial