Wed, 03 Oct 2018 17:33:40 +0200
VCS: added capability to show some VCS info in the status bar of the main window (next to the status LED).
5428
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <!DOCTYPE html> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <html><head> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <title>eric6.QScintilla.Lexers.LexerMarkdown</title> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <meta charset="UTF-8"> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <style> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | body { |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | background: #EDECE6; |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | margin: 0em 1em 10em 1em; |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | color: black; |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10 | } |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | h1 { color: white; background: #85774A; } |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | h2 { color: white; background: #85774A; } |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | h3 { color: white; background: #9D936E; } |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | h4 { color: white; background: #9D936E; } |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | a { color: #BA6D36; } |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | </style> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | </head> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | <body><a NAME="top" ID="top"></a> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | <h1>eric6.QScintilla.Lexers.LexerMarkdown</h1> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <p> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | Module implementing a Markdown lexer with some additional methods. |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | </p> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | <h3>Global Attributes</h3> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | <table> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | <tr><td>None</td></tr> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | </table> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | <h3>Classes</h3> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | <table> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | <tr> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | <td><a href="#LexerMarkdown">LexerMarkdown</a></td> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | <td>Subclass to implement some additional lexer dependent methods.</td> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | </tr> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | </table> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
37 | <h3>Functions</h3> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | <table> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
39 | <tr><td>None</td></tr> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
40 | </table> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | <hr /><hr /> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | <a NAME="LexerMarkdown" ID="LexerMarkdown"></a> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | <h2>LexerMarkdown</h2> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | <p> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | Subclass to implement some additional lexer dependent methods. |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | </p> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | <h3>Derived from</h3> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
48 | Lexer, QsciLexerMarkdown |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
49 | <h3>Class Attributes</h3> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
50 | <table> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
51 | <tr><td>None</td></tr> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | </table> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | <h3>Class Methods</h3> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
54 | <table> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
55 | <tr><td>None</td></tr> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
56 | </table> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | <h3>Methods</h3> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | <table> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | <tr> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
60 | <td><a href="#LexerMarkdown.__init__">LexerMarkdown</a></td> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
61 | <td>Constructor</td> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
62 | </tr><tr> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
63 | <td><a href="#LexerMarkdown.defaultKeywords">defaultKeywords</a></td> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | <td>Public method to get the default keywords.</td> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | </tr> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
66 | </table> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
67 | <h3>Static Methods</h3> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
68 | <table> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
69 | <tr><td>None</td></tr> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
70 | </table> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
71 | <a NAME="LexerMarkdown.__init__" ID="LexerMarkdown.__init__"></a> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
72 | <h4>LexerMarkdown (Constructor)</h4> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
73 | <b>LexerMarkdown</b>(<i>parent=None</i>) |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | <p> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
75 | Constructor |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
76 | </p><dl> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | <dt><i>parent</i></dt> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
78 | <dd> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
79 | parent widget of this lexer |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
80 | </dd> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
81 | </dl><a NAME="LexerMarkdown.defaultKeywords" ID="LexerMarkdown.defaultKeywords"></a> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
82 | <h4>LexerMarkdown.defaultKeywords</h4> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
83 | <b>defaultKeywords</b>(<i>kwSet</i>) |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | <p> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
85 | Public method to get the default keywords. |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | </p><dl> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
87 | <dt><i>kwSet</i></dt> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
88 | <dd> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
89 | number of the keyword set (integer) |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
90 | </dd> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
91 | </dl><dl> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
92 | <dt>Returns:</dt> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
93 | <dd> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | string giving the keywords (string) or None |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
95 | </dd> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
96 | </dl> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
97 | <div align="right"><a href="#top">Up</a></div> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
98 | <hr /> |
94dd4e83968f
Added the two forgotten files related to the markdown lexer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
99 | </body></html> |