public abstract class DefaultHighlightingSettingProvider
extends java.lang.Object
null
, next one is checked. If nobody returns anything, "Inspections" level will be used
Implement DumbAware
interface to allow implementation to be called in dumb modeModifier and Type | Field and Description |
---|---|
static ExtensionPointName<DefaultHighlightingSettingProvider> |
EP_NAME |
Constructor and Description |
---|
DefaultHighlightingSettingProvider() |
Modifier and Type | Method and Description |
---|---|
abstract FileHighlightingSetting |
getDefaultSetting(Project project,
VirtualFile file) |
public static final ExtensionPointName<DefaultHighlightingSettingProvider> EP_NAME
public abstract FileHighlightingSetting getDefaultSetting(Project project, VirtualFile file)