Documentation/Source/eric5.QScintilla.Lexers.LexerJavaScript.html

changeset 2966
f85f686981ad
parent 2387
2d119e79ab54
child 3463
6b0bd9a931ac
equal deleted inserted replaced
2965:d133c7edd88a 2966:f85f686981ad
111 <h4>LexerJavaScript.isCommentStyle</h4> 111 <h4>LexerJavaScript.isCommentStyle</h4>
112 <b>isCommentStyle</b>(<i>style</i>) 112 <b>isCommentStyle</b>(<i>style</i>)
113 <p> 113 <p>
114 Public method to check, if a style is a comment style. 114 Public method to check, if a style is a comment style.
115 </p><dl> 115 </p><dl>
116 <dt><i>style</i></dt>
117 <dd>
118 style to check (integer)
119 </dd>
120 </dl><dl>
116 <dt>Returns:</dt> 121 <dt>Returns:</dt>
117 <dd> 122 <dd>
118 flag indicating a comment style (boolean) 123 flag indicating a comment style (boolean)
119 </dd> 124 </dd>
120 </dl><a NAME="LexerJavaScript.isStringStyle" ID="LexerJavaScript.isStringStyle"></a> 125 </dl><a NAME="LexerJavaScript.isStringStyle" ID="LexerJavaScript.isStringStyle"></a>
121 <h4>LexerJavaScript.isStringStyle</h4> 126 <h4>LexerJavaScript.isStringStyle</h4>
122 <b>isStringStyle</b>(<i>style</i>) 127 <b>isStringStyle</b>(<i>style</i>)
123 <p> 128 <p>
124 Public method to check, if a style is a string style. 129 Public method to check, if a style is a string style.
125 </p><dl> 130 </p><dl>
131 <dt><i>style</i></dt>
132 <dd>
133 style to check (integer)
134 </dd>
135 </dl><dl>
126 <dt>Returns:</dt> 136 <dt>Returns:</dt>
127 <dd> 137 <dd>
128 flag indicating a string style (boolean) 138 flag indicating a string style (boolean)
129 </dd> 139 </dd>
130 </dl> 140 </dl>

eric ide

mercurial