splitWindow.orientation パラメーター

splitWindow.orientation は、エディター・アプリケーションに分割ウィンドウをインプリメントする便利なパラメーターです。 実際のウィンドウ管理は、アプリケーションが担当します。必ずしもすべてのエディター・アプリケーションで分割ウィンドウがサポートされているわけではありません。

分割ウィンドウには、複数の編集ビューが横並び (縦向き) またはトップ・ボトム (横向き) に重ねて表示されます。

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

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

有効範囲

splitWindow.orientation の有効範囲は、現行ビューを含むウィンドウです。
current.splitWindow.orientation の有効範囲は、現行ビューを含むウィンドウです。
default.splitWindow.orientation の有効範囲はグローバルです。
install.splitWindow.orientation の有効範囲はグローバルです。

構文

query splitWindow.orientation
set splitWindow.orientation [ default | vertical | horizontal ]
query current.splitWindow.orientation
query default.splitWindow.orientation
set default.splitWindow.orientation [ install | vertical | horizontal ]
query install.splitWindow.orientation 

パラメーター

default set splitWindow.orientation コマンドに default パラメーターを指定すると、 現行ビューを含むウィンドウでは default.splitWindow.orientation の値を使用してビューの分割の向きを決定します。
vertical set splitWindow.orientation コマンドに vertical パラメーターを指定すると、現行ビューを含むウィンドウ内の複数の編集ビュー間のボーダーは垂直方向に表示されます。 set default.splitWindow.orientation コマンドに vertical パラメーターを指定すると、 splitWindow.orientationdefault に設定されているすべてのウィンドウで、複数のビューが垂直方向に分割されます。
horizontal set splitWindow.orientation コマンドに horizontal パラメーターを指定すると、 現行ビューを含むウィンドウ内の複数の編集ビュー間のボーダーは水平方向に表示されます。 set default.splitWindow.orientation コマンドに horizontal パラメーターを指定すると、 splitWindow.orientationdefault に設定されているすべてのウィンドウで、複数のビューが 水平方向に分割されます。
install set default.splitWindow.orientation コマンドに install パラメーターを指定すると、 splitWindow.orientationdefault に設定されたすべてのビューで、install.splitWindow.orientation の値を使用して複数のビューの表示方法が決定されます。

説明

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

query current.splitWindow.orientation コマンドは、現行ビューを含むウィンドウでの 分割の向きが垂直の場合は vertical を、水平の場合は horizontal を戻します。

query splitWindow.orientation
set splitWindow.orientation horizontal
query current.splitWindow.orientation
query default.splitWindow.orientation
set default.splitWindow.orientation vertical
query install.splitWindow.orientation 

関連参照
query コマンド
set コマンド
current パラメーター
default パラメーター
install パラメーター
multipleViews パラメーター
splitWindow パラメーター