class WordInsertAction : DataInsertAction
Inserts random words.
settings - the settings to use for generating words
See Also
WordInsertAction(settings: WordSettings = WordSettings.default)
Inserts random words.  | 
val name: String
The name of the action to display.  | 
fun generateStrings(count: Int): List<String>
Returns random words from the dictionaries in   | 
open fun actionPerformed(event: AnActionEvent): Unit
Inserts the data generated by generateStrings at the caret(s) in the editor; one datum for each caret.  | 
|
fun generateString(): String
Generates a random datum.  | 
|
open fun update(event: AnActionEvent): Unit
Sets the title of this action and disables this action if no editor is currently opened.  |