<< Preferences Preferences SciNotes preferences >>

Scilab Help >> Preferences > preferences

preferences

Scilab設定ウィンドウを開く

呼び出し手順

preferences()

説明

Scilab設定ウィンドウを開きます.

preferences()

// Targeting a chosen section:
jdeff org.scilab.modules.preferences.XConfigManager openPreferences prefs; // once for all
prefs general/shortcuts
prefs scinotes/display

Edit your main user's preferences file (you should not change its content by hand):

scinotes SCIHOME/XConfiguration.xml readonly

How to get some configuration values: Example : Retrieve from the main configuration file the status of the ask-for-confirmations:

xmlGetValues("//general/confirmation-dialogs/body/tools/tool",["id" "state"])
--> xmlGetValues("//general/confirmation-dialogs/body/tools/tool",["id" "state"])
 ans  =
!console-exit         unchecked  !
!delete-history-item  unchecked  !
!console-clear        unchecked  !

参照

履歴

VersionDescription
5.4.0 Function introduced

Report an issue
<< Preferences Preferences SciNotes preferences >>