IDE Settings
There are two settings files that the Oryon IDE considers:
- The file
oryon.settings
in the user’s home directory. This is where all settings and preferences are stored to. - The file
oryon.settings
in the current working directory - on Windows, this will usually be the directory where the batch file to start the IDE resides in. If this file exists, its content will be used to provide fallback values for settings which are not found in the user’s own settings file. This file is never written to.
The settings files are in an .ini
-like plain text format and can be edited manually if needed.