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

changeset 3654
ffeb85cdc72d
parent 3647
fef91a1eb27b
diff -r 942c9c625bc9 -r ffeb85cdc72d Documentation/Source/eric5.QScintilla.Lexers.LexerCoffeeScript.html
--- a/Documentation/Source/eric5.QScintilla.Lexers.LexerCoffeeScript.html	Sat Jun 28 16:26:02 2014 +0200
+++ b/Documentation/Source/eric5.QScintilla.Lexers.LexerCoffeeScript.html	Sun Jun 29 14:00:30 2014 +0200
@@ -30,7 +30,7 @@
 <h3>Classes</h3>
 <table>
 <tr>
-<td><a href="#LexerJavaScript">LexerJavaScript</a></td>
+<td><a href="#LexerCoffeeScript">LexerCoffeeScript</a></td>
 <td>Subclass to implement some additional lexer dependant methods.</td>
 </tr>
 </table>
@@ -39,13 +39,13 @@
 <tr><td>None</td></tr>
 </table>
 <hr /><hr />
-<a NAME="LexerJavaScript" ID="LexerJavaScript"></a>
-<h2>LexerJavaScript</h2>
+<a NAME="LexerCoffeeScript" ID="LexerCoffeeScript"></a>
+<h2>LexerCoffeeScript</h2>
 <p>
     Subclass to implement some additional lexer dependant methods.
 </p>
 <h3>Derived from</h3>
-Lexer, QsciLexerCoffeScript
+Lexer, QsciLexerCoffeeScript
 <h3>Class Attributes</h3>
 <table>
 <tr><td>None</td></tr>
@@ -57,29 +57,32 @@
 <h3>Methods</h3>
 <table>
 <tr>
-<td><a href="#LexerJavaScript.__init__">LexerJavaScript</a></td>
+<td><a href="#LexerCoffeeScript.__init__">LexerCoffeeScript</a></td>
 <td>Constructor</td>
 </tr><tr>
-<td><a href="#LexerJavaScript.defaultKeywords">defaultKeywords</a></td>
+<td><a href="#LexerCoffeeScript.defaultKeywords">defaultKeywords</a></td>
 <td>Public method to get the default keywords.</td>
 </tr><tr>
-<td><a href="#LexerJavaScript.initProperties">initProperties</a></td>
+<td><a href="#LexerCoffeeScript.initProperties">initProperties</a></td>
 <td>Public slot to initialize the properties.</td>
 </tr><tr>
-<td><a href="#LexerJavaScript.isCommentStyle">isCommentStyle</a></td>
+<td><a href="#LexerCoffeeScript.isCommentStyle">isCommentStyle</a></td>
 <td>Public method to check, if a style is a comment style.</td>
 </tr><tr>
-<td><a href="#LexerJavaScript.isStringStyle">isStringStyle</a></td>
+<td><a href="#LexerCoffeeScript.isStringStyle">isStringStyle</a></td>
 <td>Public method to check, if a style is a string style.</td>
+</tr><tr>
+<td><a href="#LexerCoffeeScript.maximumKeywordSet">maximumKeywordSet</a></td>
+<td>Public method to get the maximum keyword set.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
 <table>
 <tr><td>None</td></tr>
 </table>
-<a NAME="LexerJavaScript.__init__" ID="LexerJavaScript.__init__"></a>
-<h4>LexerJavaScript (Constructor)</h4>
-<b>LexerJavaScript</b>(<i>parent=None</i>)
+<a NAME="LexerCoffeeScript.__init__" ID="LexerCoffeeScript.__init__"></a>
+<h4>LexerCoffeeScript (Constructor)</h4>
+<b>LexerCoffeeScript</b>(<i>parent=None</i>)
 <p>
         Constructor
 </p><dl>
@@ -87,8 +90,8 @@
 <dd>
 parent widget of this lexer
 </dd>
-</dl><a NAME="LexerJavaScript.defaultKeywords" ID="LexerJavaScript.defaultKeywords"></a>
-<h4>LexerJavaScript.defaultKeywords</h4>
+</dl><a NAME="LexerCoffeeScript.defaultKeywords" ID="LexerCoffeeScript.defaultKeywords"></a>
+<h4>LexerCoffeeScript.defaultKeywords</h4>
 <b>defaultKeywords</b>(<i>kwSet</i>)
 <p>
         Public method to get the default keywords.
@@ -102,13 +105,13 @@
 <dd>
 string giving the keywords (string) or None
 </dd>
-</dl><a NAME="LexerJavaScript.initProperties" ID="LexerJavaScript.initProperties"></a>
-<h4>LexerJavaScript.initProperties</h4>
+</dl><a NAME="LexerCoffeeScript.initProperties" ID="LexerCoffeeScript.initProperties"></a>
+<h4>LexerCoffeeScript.initProperties</h4>
 <b>initProperties</b>(<i></i>)
 <p>
         Public slot to initialize the properties.
-</p><a NAME="LexerJavaScript.isCommentStyle" ID="LexerJavaScript.isCommentStyle"></a>
-<h4>LexerJavaScript.isCommentStyle</h4>
+</p><a NAME="LexerCoffeeScript.isCommentStyle" ID="LexerCoffeeScript.isCommentStyle"></a>
+<h4>LexerCoffeeScript.isCommentStyle</h4>
 <b>isCommentStyle</b>(<i>style</i>)
 <p>
         Public method to check, if a style is a comment style.
@@ -122,8 +125,8 @@
 <dd>
 flag indicating a comment style (boolean)
 </dd>
-</dl><a NAME="LexerJavaScript.isStringStyle" ID="LexerJavaScript.isStringStyle"></a>
-<h4>LexerJavaScript.isStringStyle</h4>
+</dl><a NAME="LexerCoffeeScript.isStringStyle" ID="LexerCoffeeScript.isStringStyle"></a>
+<h4>LexerCoffeeScript.isStringStyle</h4>
 <b>isStringStyle</b>(<i>style</i>)
 <p>
         Public method to check, if a style is a string style.
@@ -137,6 +140,16 @@
 <dd>
 flag indicating a string style (boolean)
 </dd>
+</dl><a NAME="LexerCoffeeScript.maximumKeywordSet" ID="LexerCoffeeScript.maximumKeywordSet"></a>
+<h4>LexerCoffeeScript.maximumKeywordSet</h4>
+<b>maximumKeywordSet</b>(<i></i>)
+<p>
+        Public method to get the maximum keyword set.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+maximum keyword set (integer)
+</dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />

eric ide

mercurial