C# 클래스 phdesign.NppToolBucket.FindAndReplace

Todo: Check different types of selection (e.g. by column), how does this affect us?
파일 보기 프로젝트 열기: phdesign/NppToolBucket 1 사용 예제들

비공개 메소드들

메소드 설명
FindAndReplace ( ) : System
FindInOtherDocument ( string findText, int view, int fileIndex ) : int
FindNext ( string findText ) : int
IsViewVisible ( int targetView ) : bool
MarkAll ( string findText, bool countOnly ) : int
OnDoAction ( object sender, DoActionEventArgs doActionEventArgs ) : void
Replace ( string findText, string replaceText ) : int
ReplaceAll ( string findText, string replaceText ) : int
ReplaceAll ( string findText, string replaceText, int currentDocument, int currentView ) : int
SaveFindHistory ( string findText ) : bool
SaveReplaceHistory ( string replaceText ) : bool
SetSearchFlags ( ) : void
Show ( ) : void
ShowForm ( ) : void