C# 클래스 MonoDevelop.Ide.FindInFiles.FindInFilesDialog

파일 보기 프로젝트 열기: LogosBible/monodevelop 1 사용 예제들

공개 메소드들

메소드 설명
FindInPath ( string path ) : void
FormatPatternToSelectionOption ( string pattern, bool regex ) : string
ShowFind ( ) : void
ShowReplace ( ) : void

보호된 메소드들

메소드 설명
OnDestroyed ( ) : void
OnSizeRequested ( Requisition &requisition ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

FindInPath() 공개 정적인 메소드

public static FindInPath ( string path ) : void
path string
리턴 void

FormatPatternToSelectionOption() 공개 정적인 메소드

public static FormatPatternToSelectionOption ( string pattern, bool regex ) : string
pattern string
regex bool
리턴 string

OnDestroyed() 보호된 메소드

protected OnDestroyed ( ) : void
리턴 void

OnSizeRequested() 보호된 메소드

protected OnSizeRequested ( Requisition &requisition ) : void
requisition Requisition
리턴 void

ShowFind() 공개 정적인 메소드

public static ShowFind ( ) : void
리턴 void

ShowReplace() 공개 정적인 메소드

public static ShowReplace ( ) : void
리턴 void