public abstract class FileTypeBasedContextType extends TemplateContextType
EP_NAME| Modifier | Constructor and Description |
|---|---|
protected |
FileTypeBasedContextType(java.lang.String id,
java.lang.String presentableName,
LanguageFileType fileType) |
| Modifier and Type | Method and Description |
|---|---|
SyntaxHighlighter |
createHighlighter() |
boolean |
isInContext(PsiFile file,
int offset) |
clearCachedBaseContextType, createDocument, getBaseContextType, getContextId, getPresentableName, isExpandableFromEditorprotected FileTypeBasedContextType(java.lang.String id,
java.lang.String presentableName,
LanguageFileType fileType)
public boolean isInContext(PsiFile file, int offset)
isInContext in class TemplateContextTypepublic SyntaxHighlighter createHighlighter()
createHighlighter in class TemplateContextType