public class CodeFoldingOptionsProviderEP extends ConfigurableEP<CodeFoldingOptionsProvider>
CodeFoldingOptionsProvider
in the plugin.xml to provide additional options in Editor | Code Folding 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<CodeFoldingOptionsProviderEP> |
EP_NAME |
bundle, children, childrenEPName, displayName, dynamic, groupId, groupWeight, id, implementationClass, instanceClass, key, nonDefaultProject, parentId, providerClass, treeRendererClass
myPluginDescriptor
Constructor and Description |
---|
CodeFoldingOptionsProviderEP() |
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<CodeFoldingOptionsProviderEP> EP_NAME