restoreSettings()
Loads and applies all settings defined via the script editor.
Synopsis
void restoreSettings();
Description
Loads and applies all settings defined via the script editor. This helps to ensure that a ScriptEdit ewo used in a panel (e.g. debugger panel) looks as you have defined it in the script editor, e.g. which font to use, which colors, etc.
This function directly reads the user settings file on the local hard disk. Therefore, it does not work if you have defined the settings on another computer.
Assignment
The Script EditorAvailability
UI