Register implementation of this interface in the plugin.xml to provide additional options in Editor | "Error highlighting" section:
<extensions defaultExtensionNs="com.intellij">
<errorOptionsProvider instance="class-name"/>
</extensions>
A new instance of the specified class will be created each time then the Settings dialog is opened
Method Summary
Methods inherited from interface com.intellij.openapi.options.UnnamedConfigurable