C# Class CsDebugScript.UI.CodeWindow.CsTextEditor

Inheritance: ICSharpCode.AvalonEdit.TextEditor
Mostra file Open project: southpolenator/WinDbgCs Class Usage Examples

Protected Properties

Property Type Description
projectContent IProjectContent

Public Methods

Method Description
CsTextEditor ( ) : System

Initializes a new instance of the CsTextEditor class.

Protected Methods

Method Description
Initialize ( ) : void
OnExecuteCSharpScript ( ) : void
OnExecuteWinDbgCommand ( ) : void

Private Methods

Method Description
AddKeyGesture ( ModifierKeys modifierKeys, Key key, ExecutedRoutedEventHandler handler ) : void

Adds the key gesture to the command bindings list.

CorrectSource ( string code ) : string
ShowAutoComplete ( bool autoOpening, string text ) : void
TextArea_ControlSpace ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void

Handles the ControlSpace event of the TextArea control.

TextArea_ExecuteCSharpScript ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
TextArea_ExecuteWinDbgCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
TextArea_RegularNewLine ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
TextArea_TextEntered ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void

Handles the TextEntered event of the TextArea control.

TextArea_TextEntering ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void

Handles the TextEntering event of the TextArea control.

Method Details

CsTextEditor() public method

Initializes a new instance of the CsTextEditor class.
public CsTextEditor ( ) : System
return System

Initialize() protected method

protected Initialize ( ) : void
return void

OnExecuteCSharpScript() protected method

protected OnExecuteCSharpScript ( ) : void
return void

OnExecuteWinDbgCommand() protected method

protected OnExecuteWinDbgCommand ( ) : void
return void

Property Details

projectContent protected_oe property

protected IProjectContent projectContent
return IProjectContent