C# Class MonoDevelop.SourceEditor.SearchAndReplaceWidget

Inheritance: Gtk.Bin
Exibir arquivo Open project: LogosBible/monodevelop Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
OnDestroyed ( ) : void
OnEnterNotifyEvent ( Gdk evnt ) : bool
OnFocusChildSet ( Gtk.Widget widget ) : void

Private Methods

Method Description
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

Method Details

FindNext() public static method

public static FindNext ( TextEditor textEditor ) : Mono.TextEditor.SearchResult
textEditor TextEditor
return Mono.TextEditor.SearchResult

FindPrevious() public static method

public static FindPrevious ( TextEditor textEditor ) : Mono.TextEditor.SearchResult
textEditor TextEditor
return Mono.TextEditor.SearchResult

Focus() public method

public Focus ( ) : void
return void

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

OnEnterNotifyEvent() protected method

protected OnEnterNotifyEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnFocusChildSet() protected method

protected OnFocusChildSet ( Gtk.Widget widget ) : void
widget Gtk.Widget
return void

Replace() public method

public Replace ( ) : void
return void

ReplaceAll() public method

public ReplaceAll ( ) : void
return void

SearchAndReplaceWidget() public method

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

SetSearchPattern() public method

public SetSearchPattern ( string searchPattern ) : void
searchPattern string
return void

UpdateSearchPattern() public method

public UpdateSearchPattern ( ) : void
return void