Fantom

 

class

flux::CommandId

sys::Obj
  flux::CommandId

Commonly used FluxCommand ids for the commands built-in into the flux runtime.

Slots

aboutSource

const static Str about := "about"

backSource

const static Str back := "back"

closeTabSource

const static Str closeTab := "closeTab"

copySource

const static Str copy := "copy"

cutSource

const static Str cut := "cut"

exitSource

const static Str exit := "exit"

findSource

const static Str find := "find"

findInFilesSource

const static Str findInFiles := "findInFiles"

findNextSource

const static Str findNext := "findNext"

findPrevSource

const static Str findPrev := "findPrev"

forwardSource

const static Str forward := "forward"

gotoSource

const static Str goto := "goto"

gotoFileSource

const static Str gotoFile := "gotoFile"

homeSource

const static Str home := "home"

jumpNextSource

const static Str jumpNext := "jumpNext"

jumpPrevSource

const static Str jumpPrev := "jumpPrev"

newTabSource

const static Str newTab := "newTab"

openLocationSource

const static Str openLocation := "openLocation"

optionsSource

const static Str options := "options"

pasteSource

const static Str paste := "paste"

recentSource

const static Str recent := "recent"

redoSource

const static Str redo := "redo"

refreshToolsSource

const static Str refreshTools := "refreshTools"

reloadSource

const static Str reload := "refresh"

replaceSource

const static Str replace := "replace"

replaceInFilesSource

const static Str replaceInFiles := "replaceInFiles"

saveSource

const static Str save := "save"

saveAllSource

const static Str saveAll := "saveAll"

selectAllSource

const static Str selectAll := "selectAll"

undoSource

const static Str undo := "undo"

upSource

const static Str up := "up"