C# Class ReSharper.NTriples.Completion.NTriplesAutomaticStrategy

Inheritance: IAutomaticCodeCompletionStrategy
Afficher le fichier Open project: xsburg/ReSharper.NTriples

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
NTriplesAutomaticStrategy ( ISettingsStore settingsStore ) : JetBrains.Application.Settings
ProcessSubsequentTyping ( char c, ITextControl textControl ) : bool

Private Methods

Méthode Description
IsIdentBody ( char c ) : bool
IsIdentStart ( char c ) : 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

NTriplesAutomaticStrategy() public méthode

public NTriplesAutomaticStrategy ( ISettingsStore settingsStore ) : JetBrains.Application.Settings
settingsStore ISettingsStore
Résultat JetBrains.Application.Settings

ProcessSubsequentTyping() public méthode

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