C# Class ReSharper.ReMoji.CodeCompletion.EmojiAutoCompletionStrategy

Inheritance: IAutomaticCodeCompletionStrategy
Afficher le fichier Open project: hmemcpy/ReSharper.ReMoji

Méthodes publiques

Méthode 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 méthode

public AcceptTyping ( char c, ITextControl textControl, IContextBoundSettingsStore boundSettingsStore ) : bool
c char
textControl ITextControl
boundSettingsStore IContextBoundSettingsStore
Résultat bool

AcceptsFile() public méthode

public AcceptsFile ( IFile file, ITextControl textControl ) : bool
file IFile
textControl ITextControl
Résultat bool

IsEnabledInSettings() public méthode

public IsEnabledInSettings ( IContextBoundSettingsStore settingsStore, ITextControl textControl ) : AutopopupType
settingsStore IContextBoundSettingsStore
textControl ITextControl
Résultat AutopopupType

ProcessSubsequentTyping() public méthode

public ProcessSubsequentTyping ( char c, ITextControl textControl ) : bool
c char
textControl ITextControl
Résultat bool