commandLineOnTop parameter

Use the commandLineOnTop parameter to set or query the location of the command line.

Availability

query command
set command
current parameter
default parameter
install parameter

Scope

commandLineOnTop is scoped to the current view.
current.commandLineOnTop is scoped to the current view.
default.commandLineOnTop is globally scoped.
install.commandLineOnTop is globally scoped.

Syntax

query commandLineOnTop
set commandLineOnTop [ default | on | off ]
query current.commandLineOnTop
query default.commandLineOnTop
set default.commandLineOnTop [ install | on | off ]
query install.commandLineOnTop 

Parameters

default If you specify the default parameter for the set commandLineOnTop command, the current view will use the value of default.commandLineOnTop to determine the location of the command line.
on If you specify the on parameter for the set commandLineOnTop command, the command line will be located at the top of the edit window for the current view.  If you specify the on parameter for the set default.commandLineOnTop command, the command line will be located at the top of the edit window for all views that have commandLineOnTop set to default.
off If you specify the off parameter for the set commandLineOnTop command, the command line will be located at the bottom of the edit window for the current view.  If you specify the off parameter for the set default.commandLineOnTop command, the command line will be located at the bottom of the edit window for all views that have commandLineOnTop set to default.
install If you specify the install parameter for the set default.commandLineOnTop command, all of the views that have commandLineOnTop set to default will use the value of install.commandLineOnTop to determine the location of the command line.

Description

If you do not specify any of the parameters for the set commandLineOnTop command, default is assumed.  If you do not specify any of the parameters for the set default.commandLineOnTop command, install is assumed.

The query current.commandLineOnTop command returns on if the command line is located at the top of the edit window, or off if the command line is located at the bottom of the edit window.

Examples

query commandLineOnTop
set commandLineOnTop off
query current.commandLineOnTop
query default.commandLineOnTop
set default.commandLineOnTop off
query install.commandLineOnTop 

Related reference
query command
set command
current parameter
default parameter
install parameter
commandLine parameter

commandLine action