C# 클래스 SDE.Core.Avalon.AvalonDefaultLoading

This class is used to attach default settings to an avalon text editor. It adds the search feature (the search panel), the folding strategies, the word highlighting.
파일 보기 프로젝트 열기: Tokeiburu/RagnarokSDE

공개 메소드들

메소드 설명
Attach ( TextEditor editor ) : void
FindNext ( ) : void
FindPrevious ( ) : void
SelectResult ( ICSharpCode.AvalonEdit.Search.SearchResult result ) : void

비공개 메소드들

메소드 설명
_caret_PositionChanged ( object sender, EventArgs e ) : void
_loadAvalon ( ) : void
_textArea_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
_updateCurrentWord ( string currentWord ) : void

메소드 상세

Attach() 공개 메소드

public Attach ( TextEditor editor ) : void
editor ICSharpCode.AvalonEdit.TextEditor
리턴 void

FindNext() 공개 메소드

public FindNext ( ) : void
리턴 void

FindPrevious() 공개 메소드

public FindPrevious ( ) : void
리턴 void

SelectResult() 공개 메소드

public SelectResult ( ICSharpCode.AvalonEdit.Search.SearchResult result ) : void
result ICSharpCode.AvalonEdit.Search.SearchResult
리턴 void