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 |
Method | Description | |
---|---|---|
IsIdentBody ( char c ) : bool | ||
IsIdentStart ( char c ) : bool |
public AcceptTyping ( char c, ITextControl textControl, IContextBoundSettingsStore boundSettingsStore ) : bool | ||
c | char | |
textControl | ITextControl | |
boundSettingsStore | IContextBoundSettingsStore | |
return | bool |
public AcceptsFile ( IFile file, ITextControl textControl ) : bool | ||
file | IFile | |
textControl | ITextControl | |
return | bool |
public IsEnabledInSettings ( IContextBoundSettingsStore settingsStore, ITextControl textControl ) : AutopopupType | ||
settingsStore | IContextBoundSettingsStore | |
textControl | ITextControl | |
return | AutopopupType |
public NTriplesAutomaticStrategy ( ISettingsStore settingsStore ) : JetBrains.Application.Settings | ||
settingsStore | ISettingsStore | |
return | JetBrains.Application.Settings |
public ProcessSubsequentTyping ( char c, ITextControl textControl ) : bool | ||
c | char | |
textControl | ITextControl | |
return | bool |