public class ErrorOptionsProviderEP extends ConfigurableEP<ErrorOptionsProvider>
ErrorOptionsProvider
in the plugin.xml to provide additional options in Editor | "Error highlighting" section:
<extensions defaultExtensionNs="com.intellij">A new instance of the specified class will be created each time then the Settings dialog is opened
ConfigurableEP.ObjectProducer
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<ErrorOptionsProviderEP> |
EP_NAME |
bundle, children, childrenEPName, displayName, dynamic, groupId, groupWeight, id, implementationClass, instanceClass, key, nonDefaultProject, parentId, providerClass, treeRendererClass
myPluginDescriptor
Constructor and Description |
---|
ErrorOptionsProviderEP() |
canCreateConfigurable, createConfigurable, createProducer, createTreeRenderer, findBundle, getChildren, getConfigurableType, getDisplayName, getProject, isAvailable, toString
findClass, findClass, findClassNoExceptions, findExtensionClass, getLoaderForClass, getPluginDescriptor, getPluginId, instantiate, instantiate, instantiate, instantiateClass, setPluginDescriptor
public static final ExtensionPointName<ErrorOptionsProviderEP> EP_NAME