C# Class ReSharper.ReMoji.CodeCompletion.EmojiAutoCompletionStrategy

Inheritance: IAutomaticCodeCompletionStrategy
Mostra file Open project: hmemcpy/ReSharper.ReMoji

Public Methods

Method Description
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

Method Details

AcceptTyping() public method

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

AcceptsFile() public method

public AcceptsFile ( IFile file, ITextControl textControl ) : bool
file IFile
textControl ITextControl
return bool

IsEnabledInSettings() public method

public IsEnabledInSettings ( IContextBoundSettingsStore settingsStore, ITextControl textControl ) : AutopopupType
settingsStore IContextBoundSettingsStore
textControl ITextControl
return AutopopupType

ProcessSubsequentTyping() public method

public ProcessSubsequentTyping ( char c, ITextControl textControl ) : bool
c char
textControl ITextControl
return bool