20 </style> |
20 </style> |
21 </head> |
21 </head> |
22 <body><a NAME="top" ID="top"></a> |
22 <body><a NAME="top" ID="top"></a> |
23 <h1>eric5.QScintilla.Lexers.LexerDiff</h1> |
23 <h1>eric5.QScintilla.Lexers.LexerDiff</h1> |
24 <p> |
24 <p> |
25 Module implementing a Diff lexer with some additional methods. |
25 Module implementing a Diff lexer with some additional methods. |
26 </p> |
26 </p> |
27 <h3>Global Attributes</h3> |
27 <h3>Global Attributes</h3> |
28 <table> |
28 <table> |
29 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
30 </table> |
30 </table> |
31 <h3>Classes</h3> |
31 <h3>Classes</h3> |
32 <table> |
32 <table> |
33 <tr> |
33 <tr> |
34 <td><a href="#LexerDiff">LexerDiff</a></td> |
34 <td><a href="#LexerDiff">LexerDiff</a></td> |
35 <td>Subclass to implement some additional lexer dependant methods.</td> |
35 <td>Subclass to implement some additional lexer dependant methods.</td> |
36 </tr> |
36 </tr> |
37 </table> |
37 </table> |
38 <h3>Functions</h3> |
38 <h3>Functions</h3> |
39 <table> |
39 <table> |
40 <tr><td>None</td></tr> |
40 <tr><td>None</td></tr> |
55 </table> |
55 </table> |
56 <h3>Methods</h3> |
56 <h3>Methods</h3> |
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.isCommentStyle">isCommentStyle</a></td> |
62 <td><a href="#LexerDiff.isCommentStyle">isCommentStyle</a></td> |
63 <td>Public method to check, if a style is a comment style.</td> |
63 <td>Public method to check, if a style is a comment style.</td> |
64 </tr><tr> |
64 </tr><tr> |
65 <td><a href="#LexerDiff.isStringStyle">isStringStyle</a></td> |
65 <td><a href="#LexerDiff.isStringStyle">isStringStyle</a></td> |
66 <td>Public method to check, if a style is a string style.</td> |
66 <td>Public method to check, if a style is a string style.</td> |
67 </tr> |
67 </tr> |
68 </table> |
68 </table> |
69 <a NAME="LexerDiff.__init__" ID="LexerDiff.__init__"></a> |
69 <a NAME="LexerDiff.__init__" ID="LexerDiff.__init__"></a> |
70 <h4>LexerDiff (Constructor)</h4> |
70 <h4>LexerDiff (Constructor)</h4> |
71 <b>LexerDiff</b>(<i>parent=None</i>) |
71 <b>LexerDiff</b>(<i>parent=None</i>) |
72 <p> |
72 <p> |
73 Constructor |
73 Constructor |
74 </p><dl> |
74 </p><dl> |
75 <dt><i>parent</i></dt> |
75 <dt><i>parent</i></dt> |
76 <dd> |
76 <dd> |
77 parent widget of this lexer |
77 parent widget of this lexer |
78 </dd> |
78 </dd> |
79 </dl><a NAME="LexerDiff.isCommentStyle" ID="LexerDiff.isCommentStyle"></a> |
79 </dl><a NAME="LexerDiff.isCommentStyle" ID="LexerDiff.isCommentStyle"></a> |
80 <h4>LexerDiff.isCommentStyle</h4> |
80 <h4>LexerDiff.isCommentStyle</h4> |
81 <b>isCommentStyle</b>(<i>style</i>) |
81 <b>isCommentStyle</b>(<i>style</i>) |
82 <p> |
82 <p> |
83 Public method to check, if a style is a comment style. |
83 Public method to check, if a style is a comment style. |
84 </p><dl> |
84 </p><dl> |
85 <dt>Returns:</dt> |
85 <dt>Returns:</dt> |
86 <dd> |
86 <dd> |
87 flag indicating a comment style (boolean) |
87 flag indicating a comment style (boolean) |
88 </dd> |
88 </dd> |
89 </dl><a NAME="LexerDiff.isStringStyle" ID="LexerDiff.isStringStyle"></a> |
89 </dl><a NAME="LexerDiff.isStringStyle" ID="LexerDiff.isStringStyle"></a> |
90 <h4>LexerDiff.isStringStyle</h4> |
90 <h4>LexerDiff.isStringStyle</h4> |
91 <b>isStringStyle</b>(<i>style</i>) |
91 <b>isStringStyle</b>(<i>style</i>) |
92 <p> |
92 <p> |
93 Public method to check, if a style is a string style. |
93 Public method to check, if a style is a string style. |
94 </p><dl> |
94 </p><dl> |
95 <dt>Returns:</dt> |
95 <dt>Returns:</dt> |
96 <dd> |
96 <dd> |
97 flag indicating a string style (boolean) |
97 flag indicating a string style (boolean) |
98 </dd> |
98 </dd> |
99 </dl> |
99 </dl> |
100 <div align="right"><a href="#top">Up</a></div> |
100 <div align="right"><a href="#top">Up</a></div> |
101 <hr /> |
101 <hr /> |
102 </body></html> |
102 </body></html> |