C# 클래스 MonoDevelop.SourceEditor.SearchAndReplaceWidget

상속: Gtk.Bin
파일 보기 프로젝트 열기: LogosBible/monodevelop 1 사용 예제들

공개 메소드들

메소드 설명
FindNext ( TextEditor textEditor ) : Mono.TextEditor.SearchResult
FindPrevious ( TextEditor textEditor ) : Mono.TextEditor.SearchResult
Focus ( ) : void
Replace ( ) : void
ReplaceAll ( ) : void
SearchAndReplaceWidget ( TextEditor textEditor, Gtk.Widget frame ) : System
SetSearchPattern ( string searchPattern ) : void
UpdateSearchPattern ( ) : void

보호된 메소드들

메소드 설명
OnDestroyed ( ) : void
OnEnterNotifyEvent ( Gdk evnt ) : bool
OnFocusChildSet ( Gtk.Widget widget ) : void

비공개 메소드들

메소드 설명
ChangeHistory ( string propertyKey, string item ) : void
CheckSearchPatternCasing ( string searchPattern ) : void
FilterHistory ( string propertyKey ) : void
FireReplacePatternChanged ( ) : void
GetHistory ( string propertyKey ) : List
GetShortcut ( object commandId ) : string
GotoResult ( Mono.TextEditor.SearchResult result ) : void
HandleReplacePatternChanged ( object sender, EventArgs e ) : void
HandleSearchEntryhandleRequestMenu ( object sender, EventArgs e ) : void
HandleSearchPatternChanged ( object sender, EventArgs e ) : void
HandleViewTextEditorhandleSizeAllocated ( object o, Gtk.SizeAllocatedArgs args ) : void
HandleWidgetTextEditorCaretPositionChanged ( object sender, Mono.TextEditor.DocumentLocationEventArgs e ) : void
HandleWidgetTextEditorTextViewMarginSearchRegionsUpdated ( object sender, EventArgs e ) : void
OnNavigateKeyPressEvent ( object o, Gtk.KeyPressEventArgs args ) : void
RemoveSearchWidget ( ) : void
SelectAllCommand ( ) : void
SetIsCaseSensitive ( bool value ) : void
SetIsRegexSearch ( bool value ) : void
SetIsWholeWordOnly ( bool value ) : void
SetSearchOptions ( ) : void
SetSearchPattern ( ) : void
StoreHistory ( string propertyKey, List history ) : void
StoreWidgetState ( ) : void
UpdateHistory ( string propertyKey, string item ) : void
UpdateReplaceHistory ( string item ) : void
UpdateReplacePattern ( object sender, EventArgs args ) : void
UpdateResultInformLabel ( ) : void
UpdateSearchEntry ( ) : void
UpdateSearchHistory ( string item ) : void

메소드 상세

FindNext() 공개 정적인 메소드

public static FindNext ( TextEditor textEditor ) : Mono.TextEditor.SearchResult
textEditor TextEditor
리턴 Mono.TextEditor.SearchResult

FindPrevious() 공개 정적인 메소드

public static FindPrevious ( TextEditor textEditor ) : Mono.TextEditor.SearchResult
textEditor TextEditor
리턴 Mono.TextEditor.SearchResult

Focus() 공개 메소드

public Focus ( ) : void
리턴 void

OnDestroyed() 보호된 메소드

protected OnDestroyed ( ) : void
리턴 void

OnEnterNotifyEvent() 보호된 메소드

protected OnEnterNotifyEvent ( Gdk evnt ) : bool
evnt Gdk
리턴 bool

OnFocusChildSet() 보호된 메소드

protected OnFocusChildSet ( Gtk.Widget widget ) : void
widget Gtk.Widget
리턴 void

Replace() 공개 메소드

public Replace ( ) : void
리턴 void

ReplaceAll() 공개 메소드

public ReplaceAll ( ) : void
리턴 void

SearchAndReplaceWidget() 공개 메소드

public SearchAndReplaceWidget ( TextEditor textEditor, Gtk.Widget frame ) : System
textEditor TextEditor
frame Gtk.Widget
리턴 System

SetSearchPattern() 공개 메소드

public SetSearchPattern ( string searchPattern ) : void
searchPattern string
리턴 void

UpdateSearchPattern() 공개 메소드

public UpdateSearchPattern ( ) : void
리턴 void