Method | Description | |
---|---|---|
AddSemanticRule ( string mime, string ruleName, SemanticRule rule ) : void | ||
AddStyle ( |
||
AddStyle ( IStreamProvider provider ) : void | ||
AddSyntaxMode ( IStreamProvider provider ) : void | ||
GetColorStyle ( string name ) : |
||
GetFileName ( string name ) : string | ||
GetProvider ( |
||
GetProvider ( Mono.TextEditor.Highlighting.SyntaxMode mode ) : IStreamProvider | ||
GetSyntaxMode ( TextDocument doc, string mimeType ) : Mono.TextEditor.Highlighting.SyntaxMode | ||
InstallSyntaxMode ( string mimeType, ISyntaxModeProvider modeProvider ) : void | ||
IsValidSyntaxMode ( string fileName ) : bool | ||
LoadStylesAndModes ( |
||
LoadStylesAndModes ( string path ) : void | ||
Remove ( |
||
Remove ( Mono.TextEditor.Highlighting.SyntaxMode mode ) : void | ||
RemoveStyle ( IStreamProvider provider ) : void | ||
RemoveSyntaxMode ( IStreamProvider provider ) : void | ||
ScanSpans ( TextDocument doc, Mono.TextEditor.Highlighting.SyntaxMode mode, Mono.TextEditor.Highlighting.Rule rule, CloneableStack spanStack, int start, int end ) : void | ||
StartUpdate ( TextDocument doc, Mono.TextEditor.Highlighting.SyntaxMode mode, int startOffset, int endOffset ) : void | ||
ValidateAllSyntaxModes ( ) : bool | ||
ValidateStyleFile ( string fileName ) : List |
||
WaitUpdate ( TextDocument doc ) : void |
Method | Description | |
---|---|---|
LoadStyle ( string name ) : void | ||
LoadSyntaxMode ( string mimeType ) : void | ||
ProcessQueue ( ) : void | ||
Scan ( Stream stream, string attribute ) : string | ||
ScanStyle ( Stream stream ) : string | ||
StartUpdateThread ( ) : void | ||
SyntaxModeService ( ) : System |
public static AddSemanticRule ( string mime, string ruleName, SemanticRule rule ) : void | ||
mime | string | |
ruleName | string | |
rule | SemanticRule | |
return | void |
public static AddStyle ( |
||
style | ||
return | void |
public static AddStyle ( IStreamProvider provider ) : void | ||
provider | IStreamProvider | |
return | void |
public static AddSyntaxMode ( IStreamProvider provider ) : void | ||
provider | IStreamProvider | |
return | void |
public static GetColorStyle ( string name ) : |
||
name | string | |
return |
public static GetFileName ( string name ) : string | ||
name | string | |
return | string |
public static GetProvider ( |
||
style | ||
return | IStreamProvider |
public static GetProvider ( Mono.TextEditor.Highlighting.SyntaxMode mode ) : IStreamProvider | ||
mode | Mono.TextEditor.Highlighting.SyntaxMode | |
return | IStreamProvider |
public static GetSyntaxMode ( TextDocument doc, string mimeType ) : Mono.TextEditor.Highlighting.SyntaxMode | ||
doc | TextDocument | |
mimeType | string | |
return | Mono.TextEditor.Highlighting.SyntaxMode |
public static InstallSyntaxMode ( string mimeType, ISyntaxModeProvider modeProvider ) : void | ||
mimeType | string | |
modeProvider | ISyntaxModeProvider | |
return | void |
public static IsValidSyntaxMode ( string fileName ) : bool | ||
fileName | string | |
return | bool |
public static LoadStylesAndModes ( |
||
assembly | ||
return | void |
public static LoadStylesAndModes ( string path ) : void | ||
path | string | |
return | void |
public static Remove ( |
||
style | ||
return | void |
public static Remove ( Mono.TextEditor.Highlighting.SyntaxMode mode ) : void | ||
mode | Mono.TextEditor.Highlighting.SyntaxMode | |
return | void |
public static RemoveStyle ( IStreamProvider provider ) : void | ||
provider | IStreamProvider | |
return | void |
public static RemoveSyntaxMode ( IStreamProvider provider ) : void | ||
provider | IStreamProvider | |
return | void |
public static ScanSpans ( TextDocument doc, Mono.TextEditor.Highlighting.SyntaxMode mode, Mono.TextEditor.Highlighting.Rule rule, CloneableStack spanStack, int start, int end ) : void | ||
doc | TextDocument | |
mode | Mono.TextEditor.Highlighting.SyntaxMode | |
rule | Mono.TextEditor.Highlighting.Rule | |
spanStack | CloneableStack | |
start | int | |
end | int | |
return | void |
public static StartUpdate ( TextDocument doc, Mono.TextEditor.Highlighting.SyntaxMode mode, int startOffset, int endOffset ) : void | ||
doc | TextDocument | |
mode | Mono.TextEditor.Highlighting.SyntaxMode | |
startOffset | int | |
endOffset | int | |
return | void |
public static ValidateAllSyntaxModes ( ) : bool | ||
return | bool |
public static ValidateStyleFile ( string fileName ) : List |
||
fileName | string | |
return | List |
public static WaitUpdate ( TextDocument doc ) : void | ||
doc | TextDocument | |
return | void |