C# Class CsDebugScript.UI.CodeWindow.CsTextEditor

Inheritance: ICSharpCode.AvalonEdit.TextEditor
Afficher le fichier Open project: southpolenator/WinDbgCs Class Usage Examples

Protected Properties

Свойство Type Description
projectContent IProjectContent

Méthodes publiques

Méthode Description
CsTextEditor ( ) : System

Initializes a new instance of the CsTextEditor class.

Méthodes protégées

Méthode Description
Initialize ( ) : void
OnExecuteCSharpScript ( ) : void
OnExecuteWinDbgCommand ( ) : void

Private Methods

Méthode 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 méthode

Initializes a new instance of the CsTextEditor class.
public CsTextEditor ( ) : System
Résultat System

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

OnExecuteCSharpScript() protected méthode

protected OnExecuteCSharpScript ( ) : void
Résultat void

OnExecuteWinDbgCommand() protected méthode

protected OnExecuteWinDbgCommand ( ) : void
Résultat void

Property Details

projectContent protected_oe property

protected IProjectContent projectContent
Résultat IProjectContent