Go to: Synopsis. Return value. Flags. MEL examples.
cmdScrollFieldReporter [-clear] [-copySelection] [-cutSelection] [-echoAllCommands boolean] [-filterSourceType string] [-hasFocus] [-lineNumbers boolean] [-pasteSelection] [-receiveFocusCommand script] [-saveSelection string] [-saveSelectionToShelf] [-select uint uint] [-selectAll] [-stackTrace boolean] [-suppressErrors boolean] [-suppressInfo boolean] [-suppressResults boolean] [-suppressStackTrace boolean] [-suppressWarnings boolean] [-text string] [-textLength]
cmdScrollFieldReporter is undoable, queryable, and editable.
A script editor reporter control used to receive and display the history of processed commmands.string | The name of the reporter control |
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-clear(-clr)
|
|
|||
|
||||
-copySelection(-cp)
|
|
|||
|
||||
-cutSelection(-ct)
|
|
|||
|
||||
-echoAllCommands(-eac)
|
boolean
|
|||
|
||||
-filterSourceType(-fst)
|
string
|
|||
|
||||
-hasFocus(-hf)
|
|
|||
|
||||
-lineNumbers(-ln)
|
boolean
|
|||
|
||||
-pasteSelection(-pst)
|
|
|||
|
||||
-receiveFocusCommand(-rfc)
|
script
|
|||
|
||||
-saveSelection(-sv)
|
string
|
|||
|
||||
-saveSelectionToShelf(-svs)
|
|
|||
|
||||
-select(-sl)
|
uint uint
|
|||
|
||||
-selectAll(-sla)
|
|
|||
|
||||
-stackTrace(-st)
|
boolean
|
|||
|
||||
-suppressErrors(-se)
|
boolean
|
|||
|
||||
-suppressInfo(-si)
|
boolean
|
|||
|
||||
-suppressResults(-sr)
|
boolean
|
|||
|
||||
-suppressStackTrace(-sst)
|
boolean
|
|||
|
||||
-suppressWarnings(-sw)
|
boolean
|
|||
|
||||
-text(-t)
|
string
|
|||
|
||||
-textLength(-tl)
|
|
|||
|
Flag can appear in Create mode of command | Flag can appear in Edit mode of command |
Flag can appear in Query mode of command | Flag can be used more than once in a command. |
// this will create a tiny window with a command history reporter window; columnLayout; cmdScrollFieldReporter -width 200 -height 100; showWindow;