57 <table> |
57 <table> |
58 <tr> |
58 <tr> |
59 <td><a href="#LexerDiff.__init__">LexerDiff</a></td> |
59 <td><a href="#LexerDiff.__init__">LexerDiff</a></td> |
60 <td>Constructor</td> |
60 <td>Constructor</td> |
61 </tr><tr> |
61 </tr><tr> |
|
62 <td><a href="#LexerDiff.defaultKeywords">defaultKeywords</a></td> |
|
63 <td>Public method to get the default keywords.</td> |
|
64 </tr><tr> |
62 <td><a href="#LexerDiff.isCommentStyle">isCommentStyle</a></td> |
65 <td><a href="#LexerDiff.isCommentStyle">isCommentStyle</a></td> |
63 <td>Public method to check, if a style is a comment style.</td> |
66 <td>Public method to check, if a style is a comment style.</td> |
64 </tr><tr> |
67 </tr><tr> |
65 <td><a href="#LexerDiff.isStringStyle">isStringStyle</a></td> |
68 <td><a href="#LexerDiff.isStringStyle">isStringStyle</a></td> |
66 <td>Public method to check, if a style is a string style.</td> |
69 <td>Public method to check, if a style is a string style.</td> |
73 Constructor |
76 Constructor |
74 </p><dl> |
77 </p><dl> |
75 <dt><i>parent</i></dt> |
78 <dt><i>parent</i></dt> |
76 <dd> |
79 <dd> |
77 parent widget of this lexer |
80 parent widget of this lexer |
|
81 </dd> |
|
82 </dl><a NAME="LexerDiff.defaultKeywords" ID="LexerDiff.defaultKeywords"></a> |
|
83 <h4>LexerDiff.defaultKeywords</h4> |
|
84 <b>defaultKeywords</b>(<i>kwSet</i>) |
|
85 <p> |
|
86 Public method to get the default keywords. |
|
87 </p><dl> |
|
88 <dt><i>kwSet</i></dt> |
|
89 <dd> |
|
90 number of the keyword set (integer) |
78 </dd> |
91 </dd> |
79 </dl><a NAME="LexerDiff.isCommentStyle" ID="LexerDiff.isCommentStyle"></a> |
92 </dl><a NAME="LexerDiff.isCommentStyle" ID="LexerDiff.isCommentStyle"></a> |
80 <h4>LexerDiff.isCommentStyle</h4> |
93 <h4>LexerDiff.isCommentStyle</h4> |
81 <b>isCommentStyle</b>(<i>style</i>) |
94 <b>isCommentStyle</b>(<i>style</i>) |
82 <p> |
95 <p> |