C# 클래스 ReSharper.NTriples.Completion.NTriplesAutomaticStrategy

상속: IAutomaticCodeCompletionStrategy
파일 보기 프로젝트 열기: xsburg/ReSharper.NTriples

공개 메소드들

메소드 설명
AcceptTyping ( char c, ITextControl textControl, IContextBoundSettingsStore boundSettingsStore ) : bool
AcceptsFile ( IFile file, ITextControl textControl ) : bool
IsEnabledInSettings ( IContextBoundSettingsStore settingsStore, ITextControl textControl ) : AutopopupType
NTriplesAutomaticStrategy ( ISettingsStore settingsStore ) : JetBrains.Application.Settings
ProcessSubsequentTyping ( char c, ITextControl textControl ) : bool

비공개 메소드들

메소드 설명
IsIdentBody ( char c ) : bool
IsIdentStart ( char c ) : bool

메소드 상세

AcceptTyping() 공개 메소드

public AcceptTyping ( char c, ITextControl textControl, IContextBoundSettingsStore boundSettingsStore ) : bool
c char
textControl ITextControl
boundSettingsStore IContextBoundSettingsStore
리턴 bool

AcceptsFile() 공개 메소드

public AcceptsFile ( IFile file, ITextControl textControl ) : bool
file IFile
textControl ITextControl
리턴 bool

IsEnabledInSettings() 공개 메소드

public IsEnabledInSettings ( IContextBoundSettingsStore settingsStore, ITextControl textControl ) : AutopopupType
settingsStore IContextBoundSettingsStore
textControl ITextControl
리턴 AutopopupType

NTriplesAutomaticStrategy() 공개 메소드

public NTriplesAutomaticStrategy ( ISettingsStore settingsStore ) : JetBrains.Application.Settings
settingsStore ISettingsStore
리턴 JetBrains.Application.Settings

ProcessSubsequentTyping() 공개 메소드

public ProcessSubsequentTyping ( char c, ITextControl textControl ) : bool
c char
textControl ITextControl
리턴 bool