TemplateSettingsAction

class TemplateSettingsAction(val template: Template? = null) : AnAction(source)

Open the settings dialog to edit template.

Parameters

template

the template to select after opening the settings dialog

See also

Constructors

Link copied to clipboard
constructor(template: Template? = null)

Properties

Link copied to clipboard
private val template: Template? = null

Functions

Link copied to clipboard
open override fun actionPerformed(event: AnActionEvent)

Opens the IntelliJ settings menu at the right location to adjust the template configurable.