C# Class NetIde.Core.Services.Finder.FindManager

Show file Open project: netide/netide Class Usage Examples

Public Methods

Method Description
FindManager ( IFindView view ) : System
PerformFind ( FindAction action ) : void
SaveSettings ( ) : void
SetOptions ( NiFindOptions options, NiFindOptions optionsMask ) : void

Private Methods

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

Method Details

FindManager() public method

public FindManager ( IFindView view ) : System
view IFindView
return System

PerformFind() public method

public PerformFind ( FindAction action ) : void
action FindAction
return void

SaveSettings() public method

public SaveSettings ( ) : void
return void

SetOptions() public method

public SetOptions ( NiFindOptions options, NiFindOptions optionsMask ) : void
options NiFindOptions
optionsMask NiFindOptions
return void