C# Class phdesign.NppToolBucket.FindAndReplace

Todo: Check different types of selection (e.g. by column), how does this affect us?
Mostra file Open project: phdesign/NppToolBucket Class Usage Examples

Private Methods

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