updateProfile.baseProfile パラメーター

updateProfile.baseProfile パラメーターは、updateProfile コマンドに使用される基本プロファイルを設定または照会するために使用します。基本プロファイルは、キー・アクションおよびマウス・アクションの初期アクション割り当てを決定します。processPrefix アクションで使用可能な prefix コマンドにも影響します。

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

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

有効範囲

updateProfile.baseProfile の有効範囲は、現行ビューまでです。
current.updateProfile.baseProfile の有効範囲は、現行ビューまでです。
default.updateProfile.baseProfile の有効範囲は、グローバルに設定されます。
install.updateProfile.baseProfile の有効範囲は、グローバルに設定されます。

構文

query updateProfile.baseProfile
set updateProfile.baseProfile { default
                              | [ profile ]
                              }
query current.updateProfile.baseProfile
query default.updateProfile.baseProfile
set default.updateProfile.baseProfile { install
                                      | [ profile ]
                                      }
query install.updateProfile.baseProfile

パラメーター

default set updateProfile.baseProfile コマンドに default パラメーターを指定した場合には、現行ビューでは default.updateProfile.baseProfile の値が updateProfile コマンドの基本プロファイルとして使用されます。
profile profile パラメーターを set updateProfile.baseProfile コマンドに指定した場合は、updateProfile コマンドは profile によって示される基本プロファイルを現行ビューに使用します。profile パラメーターを set default.updateProfile.baseProfile コマンドに指定した場合は、updateProfile コマンドは profile によって示される基本プロファイルを、updateProfile.baseProfile パラメーターが default に設定されているすべての文書ビューに使用します。

エディターが認識する基本プロファイルは以下の通りです。
  • brief
  • emacs
  • epm
  • ispf
  • lpex
  • none
  • seu
  • vi
  • xedit
基本プロファイル none は、キーとマウス・イベント・アクションの関連を提供しません。  これは、例えばダイアログ内のテキスト制御として、LPEX テキスト・ウィジェットをプログラミングするときに使用されます。
install install パラメーターを set default.updateProfile.baseProfile コマンドに指定した場合は、updateProfile.baseProfiledefault に設定されたすべての文書ビューでは、install.updateProfile.baseProfile の値を使用して、updateProfile コマンドによって使用される基本プロファイルを判別します。

説明

query current.updateProfile.baseProfile コマンドは、現行ビューで updateProfile コマンドによって使用される基本プロファイルを戻します。

エディターによって認識されるもの以外の基本プロファイルを指定した場合には、エディターは、lpex 基本プロファイルが指定されたものとして動作します。

query updateProfile.baseProfile
set updateProfile.baseProfile seu
query current.updateProfile.baseProfile
query default.updateProfile.baseProfile
set default.updateProfile.baseProfile lpex
query install.updateProfile.baseProfile

関連概念
エディター・プロファイル

関連参照
updateProfile コマンド
query コマンド
set コマンド
baseProfile パラメーター
current パラメーター
default パラメーター
install パラメーター
updateProfile.parser パラメーター
updateProfile.userActions パラメーター
updateProfile.userCommands パラメーター
updateProfile.userKeyActions パラメーター
updateProfile.userMouseActions パラメーター
updateProfile.userProfile パラメーター