TemplateListConfigurable
Tells IntelliJ how to use a TemplateListEditor to edit a TemplateList in the settings dialog.
Set schemeToSelect before createComponent is invoked to determine which template should be selected when the configurable opens.
This class is separate from TemplateListEditor because that class creates UI components in the constructor. But configurables may be created at any time in the background, so using TemplateListEditor as a configurable would cause unnecessary lag.
See also
Properties
The user interface for changing the settings, displayed in IntelliJ's settings window.
The UUID of the scheme to select after calling createComponent.
Functions
Creates a new editor and returns the root pane of the created editor.
Recursively disposes this configurable's resources.
Returns the name of the configurable as displayed in the settings window.
Returns true
if the settings were modified since they were loaded or they are invalid.