IntegerInsertAction
class IntegerInsertAction(scheme: () -> IntegerScheme = { IntegerSettings.default.currentScheme }) : DataInsertAction
Content copied to clipboard
Inserts random integers.
Constructors
Link copied to clipboard
fun IntegerInsertAction(scheme: () -> IntegerScheme = { IntegerSettings.default.currentScheme })
Content copied to clipboard
Types
Link copied to clipboard
class ArrayAction(arrayScheme: () -> ArrayScheme = { ArraySettings.default.currentScheme }, scheme: () -> IntegerScheme = { IntegerSettings.default.currentScheme }) : DataInsertArrayAction
Content copied to clipboard
Inserts an array-like string of integers.
Link copied to clipboard
class RepeatAction(scheme: () -> IntegerScheme = { IntegerSettings.default.currentScheme }) : DataInsertRepeatAction
Content copied to clipboard
Inserts repeated random integers.
Link copied to clipboard
class RepeatArrayAction(arrayScheme: () -> ArrayScheme = { ArraySettings.default.currentScheme }, scheme: () -> IntegerScheme = { IntegerSettings.default.currentScheme }) : DataInsertRepeatArrayAction
Content copied to clipboard
Inserts repeated array-like strings of integers.
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
open fun addTextOverride(@NotNull p0: @NotNull String, @NotNull p1: @NotNull Supplier<String>)
Content copied to clipboard
open fun addTextOverride(@NotNull p0: @NotNull String, @NotNull p1: @NotNull String)
Content copied to clipboard
Link copied to clipboard
@ApiStatus.Internal
Content copied to clipboard
@ApiStatus.Internal
Content copied to clipboard
Link copied to clipboard
open fun beforeActionPerformedUpdate(@NotNull p0: @NotNull AnActionEvent)
Content copied to clipboard
Link copied to clipboard
@ApiStatus.Internal
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Generates a random datum.
Link copied to clipboard
Returns random integers between the minimum and maximum value, inclusive.
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
@NotNull
Content 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?)
Content copied to clipboard
fun registerCustomShortcutSet(@Nullable p0: @Nullable JComponent?, @Nullable p1: @Nullable Disposable?)
Content copied to clipboard
fun registerCustomShortcutSet( @NotNull p0: @NotNull ShortcutSet, @Nullable p1: @Nullable JComponent?, @Nullable p2: @Nullable Disposable?)
Content copied to clipboard
fun registerCustomShortcutSet( p0: Int, p1: Int, @Nullable p2: @Nullable JComponent?)
Content 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