Global Environment Settings V1
Constructors
Types
Functions
Add the provided AvailProject to this GlobalEnvironmentSettings as a KnownAvailProject.
Remove the KnownAvailProject with the given KnownAvailProject.id.
Reset the keyboardShortcutOverrides to the defaults. This clears all current keyboardShortcutOverrides.
Write this GlobalEnvironmentSettings to disk.
Properties
The KnownAvailProject.id of the project marked to be opened automatically at launch bypassing the AvailProjectManager or null if only the AvailProjectManager should be opened.
The String contents of this GlobalEnvironmentSettings that can be written to disk.
The map of KeyboardShortcutOverride.actionMapKey to KeyboardShortcut that override the default key combinations for the listed KeyboardShortcuts.
The set of KnownAvailProjects.
The knownProjects sorted by KnownAvailProject.name in ascending alphabetical order.
The knownProjects sorted by KnownAvailProject.name in descending alphabetical order.
The knownProjects sorted by KnownAvailProject.lastOpened in ascending order.
The knownProjects sorted by KnownAvailProject.lastOpened in descending order.
The serialization version of this GlobalEnvironmentSettings which represents the structure of the JSONFriendly-based configuration file that represents this GlobalEnvironmentSettings.
The ShortcutSettings sourced from keyboardShortcutOverrides.
The StylingSelection from the globalStylingGroup.