C# Класс CsDebugScript.UI.CodeWindow.CsTextEditor

Наследование: ICSharpCode.AvalonEdit.TextEditor
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
projectContent IProjectContent

Открытые методы

Метод Описание
CsTextEditor ( ) : System

Initializes a new instance of the CsTextEditor class.

Защищенные методы

Метод Описание
Initialize ( ) : void
OnExecuteCSharpScript ( ) : void
OnExecuteWinDbgCommand ( ) : void

Приватные методы

Метод Описание
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.

Описание методов

CsTextEditor() публичный Метод

Initializes a new instance of the CsTextEditor class.
public CsTextEditor ( ) : System
Результат System

Initialize() защищенный Метод

protected Initialize ( ) : void
Результат void

OnExecuteCSharpScript() защищенный Метод

protected OnExecuteCSharpScript ( ) : void
Результат void

OnExecuteWinDbgCommand() защищенный Метод

protected OnExecuteWinDbgCommand ( ) : void
Результат void

Описание свойств

projectContent защищенное свойство

protected IProjectContent projectContent
Результат IProjectContent