WordInsertAction  
    class WordInsertAction(scheme: () -> WordScheme = { WordSettings.default.currentScheme }) : DataInsertAction(source)
Inserts random words.
Constructors
Types
Link copied to clipboard
                class ArrayAction(arrayScheme: () -> ArrayScheme = { ArraySettings.default.currentScheme }, scheme: () -> WordScheme = { WordSettings.default.currentScheme }) : DataInsertArrayAction
Inserts an array-like string of words.
Link copied to clipboard
                class RepeatAction(scheme: () -> WordScheme = { WordSettings.default.currentScheme }) : DataInsertRepeatAction
Inserts repeated random words.
Link copied to clipboard
                class RepeatArrayAction(arrayScheme: () -> ArrayScheme = { ArraySettings.default.currentScheme }, scheme: () -> WordScheme = { WordSettings.default.currentScheme }) : DataInsertRepeatArrayAction
Inserts repeated array-like strings of words.
Functions
Link copied to clipboard
                Inserts the data generated by generateStrings at the caret(s) in the editor; one datum for each caret.
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                @ApiStatus.Internal
Link copied to clipboard
                Link copied to clipboard
                @ApiStatus.Internal
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Generates a random datum.
Link copied to clipboard
                Returns random words from the dictionaries in settings.
Link copied to clipboard
                Generates random data, or throws an exception if it takes longer than GENERATOR_TIMEOUT milliseconds.
Link copied to clipboard
                Generates a random datum, or throws an exception if it takes longer than GENERATOR_TIMEOUT milliseconds.
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                fun registerCustomShortcutSet(@NotNull p0: @NotNull ShortcutSet, @Nullable p1: @Nullable JComponent?)
fun registerCustomShortcutSet(@Nullable p0: @Nullable JComponent?, @Nullable p1: @Nullable Disposable?)
fun registerCustomShortcutSet(@NotNull p0: @NotNull ShortcutSet, @Nullable p1: @Nullable JComponent?, @Nullable p2: @Nullable Disposable?)
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard