Méthode |
Description |
|
ChangeRunUnderCursorToDefaultTextStyle ( ) : void |
|
|
ColorizeSelection ( System.Windows.Documents.TextRange selection ) : Inline |
|
|
Execute ( string code ) : object |
|
|
GetInlineUnderPosition ( TextPointer position ) : Inline |
|
|
GetParagraph ( Inline position ) : System.Windows.Documents.Paragraph |
|
|
InitializePlugins ( ) : void |
|
|
InitializeScriptEngines ( ) : void |
|
|
InsertColorizedCode ( Inline position, string code ) : Inline |
|
|
InsertElements ( Inline position, List runs ) : Inline |
|
|
InsertInline ( Inline position, Inline element ) : Inline |
|
|
InsertLineBreak ( Inline position ) : Inline |
|
|
InsertSmartLineBreak ( ) : Inline |
|
|
LoadInspector ( object obj ) : void |
|
|
LoadResources ( ) : void |
|
|
MainRepl_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs args ) : void |
|
|
RenderError ( Inline position, string error ) : Inline |
|
|
RenderOutput ( Inline position, object result ) : Inline |
|
|
RunCurrentLine ( ) : Inline |
|
|
RunSelection ( System.Windows.Documents.TextRange selection ) : Inline |
|
|
SaveDocument ( ) : void |
|
|