Méthode | Description | |
---|---|---|
InteractiveWindow ( ) : System |
Initializes a new instance of the InteractiveWindow class.
|
|
ShowModalWindow ( ) : void |
Shows the window as modal dialog.
|
|
ShowWindow ( ) : void |
Shows the window.
|
Méthode | Description | |
---|---|---|
AddSpacing ( |
||
AddSpacing ( UIElement uiElement ) : void | ||
CreateCSharpCode ( string code ) : UIElement | ||
CreateDbgCode ( string text ) : UIElement | ||
CreateTextOutput ( string textOutput, bool error = false ) : UIElement | ||
ExecuteInSTA ( System.Action action, bool waitForExecution = true ) : void | ||
TextEditor_CloseRequested ( ) : void | ||
TextEditor_CommandExecuted ( bool csharpCode, string textOutput, IEnumerable | ||
TextEditor_CommandFailed ( bool csharpCode, string textOutput, string errorOutput ) : void | ||
TextEditor_Executing ( bool started ) : void | ||
TextEditor_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void |