TemplateInsertAction
class TemplateInsertAction(val template: Template, val array: Boolean = false, repeat: Boolean = false) : InsertAction(source)
Inserts random strings in the editor using the given template.
Parameters
template
the template to use for inserting data
array
true
if and only if an array of values should be inserted
repeat
true
if and only if the same value should be inserted at each caret
See also
Types
Link copied to clipboard
Edits the ArrayDecorator of a template and shows a preview.
Properties
Functions
Link copied to clipboard
Generates count strings.