Difference between revisions of "Preferences dialog/How preference dialog settings are represented"
Line 13: | Line 13: | ||
== Default result view == | == Default result view == | ||
:[[image:Preferences_dialog_default_result_view.png]] | :[[image:Preferences_dialog_default_result_view.png]] | ||
+ | |||
+ | ; Table | ||
+ | : <code>SysVar UseTable := 0</code> | ||
+ | ; Graph | ||
+ | : <code>SysVar UseTable := 1</code> | ||
+ | |||
+ | Yes, this polarity is backwards. | ||
== Personal preferences == | == Personal preferences == |
Revision as of 21:00, 23 January 2025
This page documents what actually gets changed when you change a setting on the Preferences dialog, for example, which system variable is set, etc. Please see Preferences dialog for a description of what of each preference setting does.
Change identifier
X+Y Opens
Default result view
- Table
SysVar UseTable := 0
- Graph
SysVar UseTable := 1
Yes, this polarity is backwards.
Personal preferences
These preferences are not saved with your model, but are retained in the registry as your personal preferences. The registry settings shown here are in the hive:
HKEY_CURRENT_USER/Software/Lumina Decision Systems/Analytica
Preference | System variable | Registry setting |
---|---|---|
Use Return to enter data | ||
Maintain recovery info | ||
Expression assist | ||
Syntax error underlining | ||
Help balloons | ||
...only in browse mode | ||
Large text in attributes & tables | ||
Max open windows | MaximumOpenWindows | MaxOpenWindows |
Model preferences
Legacy model settings
See also
Comments
Enable comment auto-refresher