PathCompletionCommands

object PathCompletionCommands : Commands

Properties

Link copied to clipboard
val commands: MutableMap<String, Command>
Link copied to clipboard
val COMPLETE: Command

Down arrow key to complete a filename (similar to the Tab in Bash).

Link copied to clipboard
var icons: NamedImages?
Link copied to clipboard
val PARENT: Command

Move up to the parent folder. Similar to Escape Backspace in Bash.

Functions

Link copied to clipboard
fun define(name: String, text: String, keyCombination: KeyCombination?, tooltip: String?): Command
fun define(name: String, text: String, keyCombination: KeyCombination?, tooltip: String?, block: Command.() -> Unit): Command