Method | Description | |
---|---|---|
FindManager ( IFindView view ) : System | ||
PerformFind ( FindAction action ) : void | ||
SaveSettings ( ) : void | ||
SetOptions ( NiFindOptions options, NiFindOptions optionsMask ) : void |
Method | Description | |
---|---|---|
GetLineOffsets ( string content ) : List |
||
HasAnyMatch ( string content ) : bool | ||
LoadSettings ( ) : void | ||
NoMoreOccurrences ( ) : void | ||
ParseHistory ( string history ) : string[] | ||
PerformFindAll ( ) : void | ||
PerformFindChecked ( FindAction action ) : void | ||
PerformFindSingle ( ) : void | ||
PerformReplaceAll ( ) : void | ||
PerformReplaceSingle ( ) : void | ||
PerformSingleFind ( INiFindTarget findTarget ) : bool | ||
SerializeHistory ( string history ) : string |
public FindManager ( IFindView view ) : System | ||
view | IFindView | |
return | System |
public PerformFind ( FindAction action ) : void | ||
action | FindAction | |
return | void |
public SetOptions ( NiFindOptions options, NiFindOptions optionsMask ) : void | ||
options | NiFindOptions | |
optionsMask | NiFindOptions | |
return | void |