|
| | EditorViewAdapter (EditorAdapter adapter, IUIThreadInvoker invoker) |
| |
| void | SetViewRange (int min, int max) |
| |
| void | SetNewText (string newText) |
| |
| void | UpdateParsedSource (ParseTree newTree) |
| |
| void | TryInvokeColorize () |
| |
| bool | TokensMatch (Token x, Token y, int shift) |
| |
| TokenList | ExtractTokensInRange (TokenList tokens, int from, int until) |
| |
| TokenList | GetTokensInRange (int from, int until) |
| |
| TokenList | GetTokensInRange (TokenList tokens, int from, int until) |
| |
| int | LocateToken (TokenList tokens, int position) |
| |
Definition at line 70 of file EditorViewAdapter.cs.
| TokenList Irony.GrammarExplorer.EditorViewAdapter.ExtractTokensInRange |
( |
TokenList |
tokens, |
|
|
int |
from, |
|
|
int |
until |
|
) |
| |
| TokenList Irony.GrammarExplorer.EditorViewAdapter.GetTokensInRange |
( |
int |
from, |
|
|
int |
until |
|
) |
| |
| TokenList Irony.GrammarExplorer.EditorViewAdapter.GetTokensInRange |
( |
TokenList |
tokens, |
|
|
int |
from, |
|
|
int |
until |
|
) |
| |
| int Irony.GrammarExplorer.EditorViewAdapter.LocateToken |
( |
TokenList |
tokens, |
|
|
int |
position |
|
) |
| |
| void Irony.GrammarExplorer.EditorViewAdapter.SetNewText |
( |
string |
newText | ) |
|
| void Irony.GrammarExplorer.EditorViewAdapter.SetViewRange |
( |
int |
min, |
|
|
int |
max |
|
) |
| |
| bool Irony.GrammarExplorer.EditorViewAdapter.TokensMatch |
( |
Token |
x, |
|
|
Token |
y, |
|
|
int |
shift |
|
) |
| |
| void Irony.GrammarExplorer.EditorViewAdapter.TryInvokeColorize |
( |
| ) |
|
| void Irony.GrammarExplorer.EditorViewAdapter.UpdateParsedSource |
( |
ParseTree |
newTree | ) |
|
| readonly EditorAdapter Irony.GrammarExplorer.EditorViewAdapter.Adapter |
| bool Irony.GrammarExplorer.EditorViewAdapter.WantsColorize |
|
get |
| EventHandler<ColorizeEventArgs> Irony.GrammarExplorer.EditorViewAdapter.ColorizeTokens |
The documentation for this class was generated from the following file:
- D:/Projects/Bitbucket Hosting/DoxygenFilesAndSources/Paradox v1.0.0 beta06/sources/common/shaders/Irony.GrammarExplorer/Highlighter/EditorViewAdapter.cs