Open the Scilab Preferences window
preferences()
Opens the Scilab Preferences window.
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 !
Version | Description |
5.4.0 | Function introduced |