![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
RichTextBoxHighlighter (RichTextBox textBox, LanguageData language) | |
void | Dispose () |
void | LockTextBox () |
void | UnlockTextBox () |
void | InvokeOnUIThread (ColorizeMethod colorize) |
Public Attributes | |
RichTextBox | TextBox |
readonly TokenColorTable | TokenColors = new TokenColorTable() |
readonly EditorAdapter | Adapter |
readonly EditorViewAdapter | ViewAdapter |
Definition at line 34 of file RichTextBoxHighlighter.cs.
Irony.GrammarExplorer.RichTextBoxHighlighter.RichTextBoxHighlighter | ( | RichTextBox | textBox, |
LanguageData | language | ||
) |
Definition at line 45 of file RichTextBoxHighlighter.cs.
void Irony.GrammarExplorer.RichTextBoxHighlighter.Dispose | ( | ) |
Definition at line 79 of file RichTextBoxHighlighter.cs.
void Irony.GrammarExplorer.RichTextBoxHighlighter.InvokeOnUIThread | ( | ColorizeMethod | colorize | ) |
Implements Irony.GrammarExplorer.IUIThreadInvoker.
Definition at line 235 of file RichTextBoxHighlighter.cs.
void Irony.GrammarExplorer.RichTextBoxHighlighter.LockTextBox | ( | ) |
Definition at line 176 of file RichTextBoxHighlighter.cs.
void Irony.GrammarExplorer.RichTextBoxHighlighter.UnlockTextBox | ( | ) |
Definition at line 184 of file RichTextBoxHighlighter.cs.
readonly EditorAdapter Irony.GrammarExplorer.RichTextBoxHighlighter.Adapter |
Definition at line 37 of file RichTextBoxHighlighter.cs.
RichTextBox Irony.GrammarExplorer.RichTextBoxHighlighter.TextBox |
Definition at line 35 of file RichTextBoxHighlighter.cs.
readonly TokenColorTable Irony.GrammarExplorer.RichTextBoxHighlighter.TokenColors = new TokenColorTable() |
Definition at line 36 of file RichTextBoxHighlighter.cs.
readonly EditorViewAdapter Irony.GrammarExplorer.RichTextBoxHighlighter.ViewAdapter |
Definition at line 38 of file RichTextBoxHighlighter.cs.