C# 클래스 SS.Ynote.Classic.Core.Search.SearchResults

상속: WeifenLuo.WinFormsUI.Docking.DockContent
파일 보기 프로젝트 열기: samarjeet27/ynoteclassic 1 사용 예제들

공개 메소드들

메소드 설명
FindAll ( string dir, bool regex, bool matchcase, string text, string dirpattern, bool subdirs ) : void
ReplaceAll ( string dir, string filter, bool regex, bool matchcase, string find, string replace, bool subdirs ) : void
SearchResults ( IYnote ynote ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
FileExists ( IYnote ynote, string file ) : bool
FindInDocuments ( IEnumerable files, string searchString, bool ignoreCase ) : void
FindInDocumentsWithRegex ( IEnumerable files, string searchString, RegexOptions options ) : void
FindReferences ( string searchPath, string searchString, string searchpattern, SearchOption option ) : void

Finds References in Directory

FindReferencesWithRegex ( string searchPath, string regex, string searchpattern, SearchOption option ) : void
GetOption ( bool subdirectory ) : SearchOption
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ReplaceInFiles ( IEnumerable filePaths, string searchText, string replaceText, bool ignoreCase ) : void
ReplaceInFilesWithRegex ( IEnumerable filePaths, string searchText, string replaceText, RegexOptions options ) : void
lvresults_DoubleClick ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

FindAll() 공개 메소드

public FindAll ( string dir, bool regex, bool matchcase, string text, string dirpattern, bool subdirs ) : void
dir string
regex bool
matchcase bool
text string
dirpattern string
subdirs bool
리턴 void

ReplaceAll() 공개 메소드

public ReplaceAll ( string dir, string filter, bool regex, bool matchcase, string find, string replace, bool subdirs ) : void
dir string
filter string
regex bool
matchcase bool
find string
replace string
subdirs bool
리턴 void

SearchResults() 공개 메소드

public SearchResults ( IYnote ynote ) : System
ynote IYnote
리턴 System