updateProfile.palette パラメーター

updateProfile.palette パラメーターを使用して、updateProfile コマンドが使用する カラー・パレットを設定または照会します。 カラー・パレットは、エディターで使用される色を決定するために使用されます。

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

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

有効範囲

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

構文

query updateProfile.palette
set updateProfile.palette { default
                          | [ colorPalette ]
                          }
query current.updateProfile.palette
query default.updateProfile.palette
set default.updateProfile.palette { install
                                  | [ colorPalette ]
                                  }
query install.updateProfile.palette 

パラメーター

default set updateProfile.palette コマンドに default パラメーターを指定すると、現行ビューでは default.updateProfile.palette の値が updateProfile コマンドのカラー・パレットとして使用されます。
colorPalette set updateProfile.palette コマンドに colorPalette パラメーターを指定すると、updateProfile コマンドは、colorPalette によって示されたカラー・パレットを現行ビューに使用します。 set default.updateProfile.palette コマンドに colorPalette パラメーターを指定すると、updateProfile コマンドは、colorPalette によって示されたカラー・パレットを updateProfile.palette パラメーターが default に設定されたすべての文書ビューに使用します。 使用可能なカラー・パレットは、current.updateProfile.palettes パラメーターを照会することによって判別できます。
install set default.updateProfile.palette コマンドに install パラメーターを指定すると、updateProfile.palettedefault に設定されたすべてのビューでは、updateProfile コマンドによって使用されるカラー・パレットを決定するために install.updateProfile.palette の値が使用されます。

説明

query current.updateProfile.palette コマンドは、現行ビュー内で updateProfile コマンドが使用するパレットを戻します。

エディターによって認識されるもの以外のパレットを指定した場合には、エディターは、自身のデフォルトの色設定を使用します。

query updateProfile.palette
set updateProfile.palette black
query current.updateProfile.palette
query default.updateProfile.palette
set default.updateProfile.palette white
query install.updateProfile.palette 

関連参照
updateProfile コマンド
query コマンド
set コマンド
current パラメーター
default パラメーター
install パラメーター
palette パラメーター
styleAttributes パラメーター
updateProfile.paletteAttributes パラメーター
updateProfile.palettes パラメーター