C# Class ReSharper.NTriples.Completion.NTriplesAutomaticStrategy

Inheritance: IAutomaticCodeCompletionStrategy
Exibir arquivo Open project: xsburg/ReSharper.NTriples

Public Methods

Method 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

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

NTriplesAutomaticStrategy() public method

public NTriplesAutomaticStrategy ( ISettingsStore settingsStore ) : JetBrains.Application.Settings
settingsStore ISettingsStore
return JetBrains.Application.Settings

ProcessSubsequentTyping() public method

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