C# Class MonoDevelop.SourceEditor.SearchAndReplaceWidget

Inheritance: Gtk.Bin
Afficher le fichier Open project: LogosBible/monodevelop Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnDestroyed ( ) : void
OnEnterNotifyEvent ( Gdk evnt ) : bool
OnFocusChildSet ( Gtk.Widget widget ) : void

Private Methods

Méthode 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 méthode

public static FindNext ( TextEditor textEditor ) : Mono.TextEditor.SearchResult
textEditor TextEditor
Résultat Mono.TextEditor.SearchResult

FindPrevious() public static méthode

public static FindPrevious ( TextEditor textEditor ) : Mono.TextEditor.SearchResult
textEditor TextEditor
Résultat Mono.TextEditor.SearchResult

Focus() public méthode

public Focus ( ) : void
Résultat void

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

OnEnterNotifyEvent() protected méthode

protected OnEnterNotifyEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

OnFocusChildSet() protected méthode

protected OnFocusChildSet ( Gtk.Widget widget ) : void
widget Gtk.Widget
Résultat void

Replace() public méthode

public Replace ( ) : void
Résultat void

ReplaceAll() public méthode

public ReplaceAll ( ) : void
Résultat void

SearchAndReplaceWidget() public méthode

public SearchAndReplaceWidget ( TextEditor textEditor, Gtk.Widget frame ) : System
textEditor TextEditor
frame Gtk.Widget
Résultat System

SetSearchPattern() public méthode

public SetSearchPattern ( string searchPattern ) : void
searchPattern string
Résultat void

UpdateSearchPattern() public méthode

public UpdateSearchPattern ( ) : void
Résultat void