C# 클래스 NetIde.Core.Services.Finder.FindManager

파일 보기 프로젝트 열기: netide/netide 1 사용 예제들

공개 메소드들

메소드 설명
FindManager ( IFindView view ) : System
PerformFind ( FindAction action ) : void
SaveSettings ( ) : void
SetOptions ( NiFindOptions options, NiFindOptions optionsMask ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

FindManager() 공개 메소드

public FindManager ( IFindView view ) : System
view IFindView
리턴 System

PerformFind() 공개 메소드

public PerformFind ( FindAction action ) : void
action FindAction
리턴 void

SaveSettings() 공개 메소드

public SaveSettings ( ) : void
리턴 void

SetOptions() 공개 메소드

public SetOptions ( NiFindOptions options, NiFindOptions optionsMask ) : void
options NiFindOptions
optionsMask NiFindOptions
리턴 void