C# 클래스 CsDebugScript.UI.CodeWindow.CsTextEditor

상속: ICSharpCode.AvalonEdit.TextEditor
파일 보기 프로젝트 열기: southpolenator/WinDbgCs 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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