The default settings are stored in the main bascom configuration file bascom-avr.xml. you can access this file with Help, About, click xml data folder.
When you click 'Default' in the Option window, the current settings in the options are stored and used when you create a new file. The default settings only relate to the processor. Which files to create, baud rate, IE all compiler chip settings.
When you create a new file these settings will be used. For each file you save, there is a matching CFG file that holds the settings for that file.
When a file is loaded, these settings are used.
Instead of this you can also make a template bas file, and use save .. as for your new project.
All settings from the CFG file have a matching config or compiler directive (except for the file output options).
↧