C# Class MonoDevelop.Ide.FindInFiles.FindInFilesDialog

ファイルを表示 Open project: LogosBible/monodevelop Class Usage Examples

Public Methods

Method Description
FindInPath ( string path ) : void
FormatPatternToSelectionOption ( string pattern, bool regex ) : string
ShowFind ( ) : void
ShowReplace ( ) : void

Protected Methods

Method Description
OnDestroyed ( ) : void
OnSizeRequested ( Requisition &requisition ) : void

Private Methods

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

public static FindInPath ( string path ) : void
path string
return void

FormatPatternToSelectionOption() public static method

public static FormatPatternToSelectionOption ( string pattern, bool regex ) : string
pattern string
regex bool
return string

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

OnSizeRequested() protected method

protected OnSizeRequested ( Requisition &requisition ) : void
requisition Requisition
return void

ShowFind() public static method

public static ShowFind ( ) : void
return void

ShowReplace() public static method

public static ShowReplace ( ) : void
return void