C# 클래스 ReSharper.ReMoji.CodeCompletion.EmojiAutoCompletionStrategy

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

공개 메소드들

메소드 설명
AcceptTyping ( char c, ITextControl textControl, IContextBoundSettingsStore boundSettingsStore ) : bool
AcceptsFile ( IFile file, ITextControl textControl ) : bool
IsEnabledInSettings ( IContextBoundSettingsStore settingsStore, ITextControl textControl ) : AutopopupType
ProcessSubsequentTyping ( char c, ITextControl textControl ) : 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

ProcessSubsequentTyping() 공개 메소드

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