mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-21 08:45:06 -05:00
Clean up settings_const.inc a bit more.
This commit is contained in:
parent
b11cf8bd53
commit
2833b60142
@ -1,55 +1,74 @@
|
|||||||
ssCheckUpdate = 'Settings/Updater/CheckForUpdates';
|
ssSettings = 'Settings/';
|
||||||
ssCheckUpdateMinutes = 'Settings/Updater/CheckEveryXMinutes';
|
ssLastConfig = 'LastConfig/';
|
||||||
ssUpdaterLink = 'Settings/Updater/RemoteLink';
|
|
||||||
ssUpdaterVersionLink = 'Settings/Updater/RemoteVersionLink';
|
|
||||||
|
|
||||||
ssLoadFontsOnStart = 'Settings/Fonts/LoadOnStartUp';
|
ssUpdater = 'Updater/';
|
||||||
ssFontsVersion = 'Settings/Fonts/Version';
|
ssFonts = 'Fonts/';
|
||||||
ssFontsLink = 'Settings/Fonts/UpdateLink';
|
ssIncludes = 'Includes/';
|
||||||
ssFontsVersionLink = 'Settings/Fonts/VersionLink';
|
ssInterpreter = 'Interpreter/';
|
||||||
ssFontsPath = 'Settings/Fonts/Path';
|
ssTabs = 'Tabs/';
|
||||||
|
ssColourPicker = 'ColourPicker/';
|
||||||
|
ssScripts = 'Scripts/';
|
||||||
|
ssExtensions = 'Extensions/';
|
||||||
|
ssMainForm = 'MainForm/';
|
||||||
|
ssSourceEditor = 'SourceEditor/';
|
||||||
|
ssTray = 'Tray/';
|
||||||
|
ssConsole = 'Console/';
|
||||||
|
ssNews = 'News/';
|
||||||
|
ssPlugins = 'Plugins/';
|
||||||
|
|
||||||
ssIncludesPath = 'Settings/Includes/Path';
|
ssCheckUpdate = ssSettings + ssUpdater + 'CheckForUpdates';
|
||||||
ssInterpreterType = 'Settings/Interpreter/Type';
|
ssCheckUpdateMinutes = ssSettings + ssUpdater + 'CheckEveryXMinutes';
|
||||||
|
ssUpdaterLink = ssSettings + ssUpdater + 'RemoteLink';
|
||||||
ssTabsOpenNextOnClose = 'Settings/Tabs/OpenNextOnClose';
|
ssUpdaterVersionLink = ssSettings + ssUpdater + 'RemoteVersionLink';
|
||||||
ssTabsOpenScriptInNewTab = 'Settings/Tabs/OpenScriptInNewTab';
|
|
||||||
ssTabsCheckBeforeOpen = 'Settings/Tabs/CheckTabsBeforeOpen';
|
|
||||||
|
|
||||||
ssColourPickerShowHistoryOnPick = 'Settings/ColourPicker/ShowHistoryOnPick';
|
|
||||||
ssColourPickerAddToHistoryOnPick = 'Settings/ColourPicker/AddToHistoryOnPick';
|
|
||||||
|
|
||||||
|
|
||||||
ssScriptsPath = 'Settings/Scripts/Path';
|
ssLoadFontsOnStart = ssSettings + ssFonts + 'LoadOnStartUp';
|
||||||
|
ssFontsVersion = ssSettings + ssFonts + 'Version';
|
||||||
|
ssFontsLink = ssSettings + ssFonts + 'UpdateLink';
|
||||||
|
ssFontsVersionLink = ssSettings + ssFonts + 'VersionLink';
|
||||||
|
ssFontsPath = ssSettings + ssFonts + 'Path';
|
||||||
|
|
||||||
ssCodeHintsShowAutomatically = 'Settings/CodeHints/ShowAutomatically';
|
ssIncludesPath = ssSettings + ssIncludes + 'Path';
|
||||||
ssCodeCompletionShowAutomatically = 'Settings/CodeCompletion/ShowAutomatically';
|
ssInterpreterType = ssSettings + ssInterpreter + 'Type';
|
||||||
ssExtensionsFileExtension = 'Settings/Extensions/FileExtension';
|
|
||||||
|
ssTabsOpenNextOnClose = ssSettings + ssTabs + 'OpenNextOnClose';
|
||||||
|
ssTabsOpenScriptInNewTab = ssSettings + ssTabs + 'OpenScriptInNewTab';
|
||||||
|
ssTabsCheckBeforeOpen = ssSettings + ssTabs + 'CheckTabsBeforeOpen';
|
||||||
|
|
||||||
|
ssColourPickerShowHistoryOnPick = ssSettings + ssColourPicker + 'ShowHistoryOnPick';
|
||||||
|
ssColourPickerAddToHistoryOnPick = ssSettings + ssColourPicker + 'AddToHistoryOnPick';
|
||||||
|
|
||||||
|
|
||||||
ssSourceEditorLazColors = 'Settings/SourceEditor/LazColors';
|
ssScriptsPath = ssSettings + ssScripts + 'Path';
|
||||||
ssSourceEditorDefScriptPath = 'Settings/SourceEditor/DefScriptPath';
|
|
||||||
|
|
||||||
ssNewsLink = 'Settings/News/URL';
|
ssCodeHintsShowAutomatically = ssSettings + 'CodeHints/ShowAutomatically';
|
||||||
ssPluginsPath = 'Settings/Plugins/Path';
|
ssCodeCompletionShowAutomatically = ssSettings + 'CodeCompletion/ShowAutomatically';
|
||||||
|
|
||||||
ssExtensionsExtensionN = 'Extensions/Extension';
|
|
||||||
ssExtensionsPath = 'Settings/Extensions/Path';
|
|
||||||
ssExtensionsCount = 'Extensions/ExtensionCount';
|
|
||||||
|
|
||||||
ssTrayAlwaysVisible = 'Settings/Tray/AlwaysVisible';
|
ssSourceEditorLazColors = ssSettings + ssSourceEditor + 'LazColors';
|
||||||
|
ssSourceEditorDefScriptPath = ssSettings + ssSourceEditor + 'DefScriptPath';
|
||||||
|
|
||||||
ssConsoleVisible = 'LastConfig/Console/Visible';
|
ssNewsLink = ssSettings + ssNews + 'URL';
|
||||||
|
ssPluginsPath = ssSettings + ssPlugins + 'Path';
|
||||||
|
|
||||||
ssMainFormPosition = 'LastConfig/MainForm/Position';
|
ssExtensionsExtensionN = ssExtensions + 'Extension';
|
||||||
ssMainFormState = 'LastConfig/MainForm/State';
|
ssExtensionsPath = ssSettings + ssExtensions + 'Path';
|
||||||
ssMainFormNormalSize = 'Settings/MainForm/NormalSize';
|
ssExtensionsCount = ssExtensions + 'ExtensionCount';
|
||||||
|
ssExtensionsFileExtension = ssSettings + ssExtensions + 'FileExtension';
|
||||||
|
|
||||||
ssFunctionListShown = 'LastConfig/MainForm/FunctionListShown';
|
ssTrayAlwaysVisible = ssSettings + ssTray + 'AlwaysVisible';
|
||||||
ssFunctionListShowOnStart = 'Settings/FunctionList/ShowOnStart';
|
|
||||||
|
|
||||||
ssMaxRecentFiles = 'Settings/General/MaxRecentFiles';
|
ssConsoleVisible = ssLastConfig + ssConsole + 'Visible';
|
||||||
ssRecentFiles = 'LastConfig/MainForm/RecentFiles';
|
|
||||||
ssRecentFilesCount = 'LastConfig/MainForm/RecentFiles/Count';
|
ssMainFormPosition = ssLastConfig + ssMainForm + 'Position';
|
||||||
ssRecentFileN = 'LastConfig/MainForm/RecentFiles/File';
|
ssMainFormState = ssLastConfig + ssMainForm + 'State';
|
||||||
|
ssMainFormNormalSize = ssSettings + ssMainForm + 'NormalSize';
|
||||||
|
ssFunctionListShown = ssLastConfig + ssMainForm + 'FunctionListShown';
|
||||||
|
|
||||||
|
ssFunctionListShowOnStart = ssSettings + 'FunctionList/ShowOnStart';
|
||||||
|
|
||||||
|
ssMaxRecentFiles = ssSettings + 'General/MaxRecentFiles';
|
||||||
|
ssRecentFiles = ssLastConfig + ssMainForm + 'RecentFiles';
|
||||||
|
ssRecentFilesCount = ssLastConfig + ssMainForm + 'RecentFiles/Count';
|
||||||
|
ssRecentFileN = ssLastConfig + ssMainForm + 'RecentFiles/File';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user