C# Class MonoDevelop.Ide.FindInFiles.FindInFilesDialog

Afficher le fichier Open project: LogosBible/monodevelop Class Usage Examples

Méthodes publiques

Méthode Description
FindInPath ( string path ) : void
FormatPatternToSelectionOption ( string pattern, bool regex ) : string
ShowFind ( ) : void
ShowReplace ( ) : void

Méthodes protégées

Méthode Description
OnDestroyed ( ) : void
OnSizeRequested ( Requisition &requisition ) : void

Private Methods

Méthode Description
ButtonBrowsePathsClicked ( object sender, EventArgs e ) : void
ButtonStopClicked ( object sender, EventArgs e ) : void
CheckbuttonRecursivelyDestroyed ( object sender, EventArgs e ) : void
ComboboxentryPathDestroyed ( object sender, EventArgs e ) : void
FindInFilesDialog ( bool showReplace ) : System
FindInFilesDialog ( bool showReplace, string directory ) : System
GetChildWidget ( Container toplevel, Type type ) : Widget
GetFilterOptions ( ) : MonoDevelop.Ide.FindInFiles.FilterOptions
GetScope ( ) : MonoDevelop.Ide.FindInFiles.Scope
HandleReplaceClicked ( object sender, EventArgs e ) : void
HandleScopeChanged ( object sender, EventArgs e ) : void
HandleSearchClicked ( object sender, EventArgs e ) : void
HideDirectoryPathUI ( ) : void
HideFileMaskUI ( ) : void
HideReplaceUI ( ) : void
InitFromProperties ( ) : void
LoadHistory ( string propertyName, ComboBoxEntry entry ) : void
OverrideStockLabel ( Button button, string label ) : void
SearchReplace ( string findPattern, string replacePattern, MonoDevelop.Ide.FindInFiles.Scope scope, MonoDevelop.Ide.FindInFiles.FilterOptions options, System UpdateStopButton ) : void
SetButtonIcon ( Button button, string stockIcon ) : void
ShowDirectoryPathUI ( ) : void
ShowFileMaskUI ( ) : void
ShowReplaceUI ( ) : void
ShowSingleInstance ( FindInFilesDialog newDialog ) : void
StoreHistory ( string propertyName, ComboBoxEntry comboBox ) : void
StorePoperties ( ) : void
TableAddRow ( Table table, uint row, Widget column1, Widget column2 ) : void
TableGetRowForItem ( Table table, Widget item ) : uint
TableRemoveRow ( Table table, uint row, Widget column1, Widget column2, bool destroy ) : void
UpdateStopButton ( ) : void

Method Details

FindInPath() public static méthode

public static FindInPath ( string path ) : void
path string
Résultat void

FormatPatternToSelectionOption() public static méthode

public static FormatPatternToSelectionOption ( string pattern, bool regex ) : string
pattern string
regex bool
Résultat string

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

OnSizeRequested() protected méthode

protected OnSizeRequested ( Requisition &requisition ) : void
requisition Requisition
Résultat void

ShowFind() public static méthode

public static ShowFind ( ) : void
Résultat void

ShowReplace() public static méthode

public static ShowReplace ( ) : void
Résultat void