C# Class Core.Colorizer

Afficher le fichier Open project: jflam/repl-lib Class Usage Examples

Méthodes publiques

Méthode Description
Colorize ( DlrEngine engine, string code, TokenInfo>.Action proc ) : List
ColorizeErrors ( string error ) : List

Private Methods

Méthode Description
CreateLeadingWhitespaceRun ( string code, int position, TokenInfo token ) : System.Windows.Documents.Run
CreateTextRun ( string code, TokenInfo token ) : System.Windows.Documents.Run

Method Details

Colorize() public static méthode

public static Colorize ( DlrEngine engine, string code, TokenInfo>.Action proc ) : List
engine DlrEngine
code string
proc TokenInfo>.Action
Résultat List

ColorizeErrors() public static méthode

public static ColorizeErrors ( string error ) : List
error string
Résultat List