commandLine パラメーター

commandLine パラメーターを使用して、コマンド行の可視性を設定または照会します。

使用できるコマンド/パラメーター

query コマンド
set コマンド
current パラメーター
default パラメーター
install パラメーター

有効範囲

commandLine の有効範囲は現行ビューです。
current.commandLine の有効範囲は現行ビューです。
default.commandLine の有効範囲はグローバルです。
install.commandLine の有効範囲はグローバルです。

構文

query commandLine

set commandLine [ default | on | off ]
query current.commandLine

query default.commandLine

set default.commandLine [ install | on | off ]
query install.commandLine 

パラメーター

default set commandLine コマンドに default パラメーターを指定すると、現行ビューは default.commandLine の値を使用して、コマンド行の可視性を判別します。
on set commandLine コマンドに on パラメーターを指定すると、コマンド行は現行ビューで可視となります。set default.commandLine コマンドに on パラメーターを指定すると、commandLinedefault に設定されているすべてのビューでコマンド行が可視となります。
off set commandLine コマンドに off パラメーターを指定すると、コマンド行は現行ビューでは可視となりません。set default.commandLine コマンドに off パラメーターを指定すると、commandLinedefault に設定されているすべてのビューでコマンド行は可視となりません。
install set default.commandLine コマンドに install パラメーターを指定すると、commandLinedefault に設定されているすべてのビューは install.commandLine の値を使用して、コマンド行の可視性を判別します。

説明

set commandLine コマンドにパラメーターが指定されない場合は、default が想定されます。set default.commandLine コマンドにパラメーターが指定されない場合は、install が想定されます。

query current.commandLine コマンドは、コマンド行が可視の場合は on、 コマンド行が可視ではない場合は off を戻します。

current.commandLineoff を戻した場合であっても、コマンド行を可視にすることは可能です。 commandLine アクション (通常、Esc キーと関連付けられている) を発行すると、 フォーカスがウィンドウの編集域に戻されるまでは、コマンド行が可視になります。

query commandLine
set commandLine off
query current.commandLine
query default.commandLine
set default.commandLine off
query install.commandLine 

関連参照
query コマンド
set コマンド
current パラメーター
default パラメーター
install パラメーター
commandLine アクション