intellij-randomness / com.fwdekker.randomness.word / WordSettingsAction / WordQuickSwitchSchemeAction

WordQuickSwitchSchemeAction

class WordQuickSwitchSchemeAction : DataQuickSwitchSchemeAction<WordScheme>

Opens a popup to allow the user to quickly switch to the selected scheme.

Parameters

settings - the settings containing the schemes that can be switched between

Constructors

<init>

WordQuickSwitchSchemeAction(settings: WordSettings = WordSettings.default)

Opens a popup to allow the user to quickly switch to the selected scheme.

Properties

name

val name: String

The name of the action.

Inherited Functions

fillActions

open fun fillActions(project: Project?, group: DefaultActionGroup, dataContext: DataContext): Unit

Adds actions for all schemes in settings to the given group.

update

open fun update(event: AnActionEvent): Unit

Sets the title and icon of this action.