C# 클래스 ARCed.Scintilla.SnippetManager

상속: TopLevelHelper
파일 보기 프로젝트 열기: borisblizzard/arcreator

Private Properties

프로퍼티 타입 설명
InsertSnippet void
ResetActiveSnippetColor void
ResetActiveSnippetIndicator void
ResetActiveSnippetIndicatorStyle void
ResetDefaultDelimeter void
ResetInactiveSnippetColor void
ResetInactiveSnippetIndicator void
ResetInactiveSnippetIndicatorStyle void
ResetIsEnabled void
ResetIsOneKeySelectionEmbedEnabled void
Scintilla_BeforeTextDelete void
Scintilla_BeforeTextInsert void
Scintilla_SelectionChanged void
Scintilla_TextInserted void
SetIndicators void
ShouldSerialize bool
ShouldSerializeActiveSnippetColor bool
ShouldSerializeActiveSnippetIndicator bool
ShouldSerializeActiveSnippetIndicatorStyle bool
ShouldSerializeDefaultDelimeter bool
ShouldSerializeInactiveSnippetColor bool
ShouldSerializeInactiveSnippetIndicator bool
ShouldSerializeInactiveSnippetIndicatorStyle bool
ShouldSerializeIsEnabled bool
ShouldSerializeIsOneKeySelectionEmbedEnabled bool
addSnippetLink SnippetLinkRange
cascadeSnippetLinkRangeChange void
snippetLinkTimer_Tick void

공개 메소드들

메소드 설명
AcceptActiveSnippets ( ) : bool
CancelActiveSnippets ( ) : bool
DoSnippetCheck ( ) : bool
InsertSnippet ( System.Snippet snip ) : void
InsertSnippet ( string shortcut ) : void
NextSnippetRange ( ) : bool
PreviousSnippetRange ( ) : bool
ShowSnippetList ( ) : void
ShowSurroundWithList ( ) : void
SnippetManager ( Scintilla scintilla ) : System

비공개 메소드들

메소드 설명
InsertSnippet ( System.Snippet snip, int startPos ) : void
ResetActiveSnippetColor ( ) : void
ResetActiveSnippetIndicator ( ) : void
ResetActiveSnippetIndicatorStyle ( ) : void
ResetDefaultDelimeter ( ) : void
ResetInactiveSnippetColor ( ) : void
ResetInactiveSnippetIndicator ( ) : void
ResetInactiveSnippetIndicatorStyle ( ) : void
ResetIsEnabled ( ) : void
ResetIsOneKeySelectionEmbedEnabled ( ) : void
Scintilla_BeforeTextDelete ( object sender, TextModifiedEventArgs e ) : void
Scintilla_BeforeTextInsert ( object sender, TextModifiedEventArgs e ) : void
Scintilla_SelectionChanged ( object sender, EventArgs e ) : void
Scintilla_TextInserted ( object sender, TextModifiedEventArgs e ) : void
SetIndicators ( ) : void
ShouldSerialize ( ) : bool
ShouldSerializeActiveSnippetColor ( ) : bool
ShouldSerializeActiveSnippetIndicator ( ) : bool
ShouldSerializeActiveSnippetIndicatorStyle ( ) : bool
ShouldSerializeDefaultDelimeter ( ) : bool
ShouldSerializeInactiveSnippetColor ( ) : bool
ShouldSerializeInactiveSnippetIndicator ( ) : bool
ShouldSerializeInactiveSnippetIndicatorStyle ( ) : bool
ShouldSerializeIsEnabled ( ) : bool
ShouldSerializeIsOneKeySelectionEmbedEnabled ( ) : bool
addSnippetLink ( SnippetLinkRange range ) : SnippetLinkRange
cascadeSnippetLinkRangeChange ( SnippetLink oldActiveSnippetLink, SnippetLinkRange oldActiveRange ) : void
snippetLinkTimer_Tick ( object sender, EventArgs e ) : void

메소드 상세

AcceptActiveSnippets() 공개 메소드

public AcceptActiveSnippets ( ) : bool
리턴 bool

CancelActiveSnippets() 공개 메소드

public CancelActiveSnippets ( ) : bool
리턴 bool

DoSnippetCheck() 공개 메소드

public DoSnippetCheck ( ) : bool
리턴 bool

InsertSnippet() 공개 메소드

public InsertSnippet ( System.Snippet snip ) : void
snip System.Snippet
리턴 void

InsertSnippet() 공개 메소드

public InsertSnippet ( string shortcut ) : void
shortcut string
리턴 void

NextSnippetRange() 공개 메소드

public NextSnippetRange ( ) : bool
리턴 bool

PreviousSnippetRange() 공개 메소드

public PreviousSnippetRange ( ) : bool
리턴 bool

ShowSnippetList() 공개 메소드

public ShowSnippetList ( ) : void
리턴 void

ShowSurroundWithList() 공개 메소드

public ShowSurroundWithList ( ) : void
리턴 void

SnippetManager() 공개 메소드

public SnippetManager ( Scintilla scintilla ) : System
scintilla Scintilla
리턴 System