EditorCommands

object EditorCommands : Commands

Properties

Link copied to clipboard
val commands: MutableMap<String, Command>
Link copied to clipboard
val DOCK_ATTRIBUTES: Command
Link copied to clipboard
val DOCK_INSPECTOR: Command
Link copied to clipboard
val DOCK_PICKER: Command
Link copied to clipboard
val DOCK_RESOURCES: Command
Link copied to clipboard
val DOCK_STAGES: Command
Link copied to clipboard
val DOCKS: Command
Link copied to clipboard
val EDIT: Command
Link copied to clipboard
val EDIT_PICKS: Command
Link copied to clipboard
val EDIT_PREFERENCES: Command
Link copied to clipboard
val ESCAPE: Command
Link copied to clipboard
val FILE: Command
Link copied to clipboard
val FILE_BROWSE: Command
Link copied to clipboard
Link copied to clipboard
val FILE_NEW: Command
Link copied to clipboard
val FILE_PLAY: Command
Link copied to clipboard
val FILE_RELOAD: Command
Link copied to clipboard
val FILE_SAVE: Command
Link copied to clipboard
val FILE_TERMINAL: Command
Link copied to clipboard
var icons: NamedImages?
Link copied to clipboard
val PICK_GROUP_NEW: Command
Link copied to clipboard
val PICK_NEW: Command
Link copied to clipboard
val RESOURCE: Command
Link copied to clipboard
val RESOURCE_ADD: Command
Link copied to clipboard
Link copied to clipboard
val RESOURCE_BROWSE: Command
Link copied to clipboard
val RESOURCE_DELETE: Command
Link copied to clipboard
val RESOURCE_DETAILS: Command
Link copied to clipboard
val RESOURCE_DUPLICATE: Command
Link copied to clipboard
Link copied to clipboard
val RESOURCE_OPEN: Command
Link copied to clipboard
val RESOURCE_OPEN_SVG: Command
Link copied to clipboard
val RESOURCE_RENAME: Command
Link copied to clipboard
val RESOURCE_TERMINAL: Command
Link copied to clipboard
val TAB_CLOSE: Command
Link copied to clipboard
val VIEW_BREADCRUMBS: Command
Link copied to clipboard
val VIEW_MENU_BAR: Command
Link copied to clipboard
val VIEW_RULERS: Command

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