Files

The editor loads options (.cbc files) and scripts (.cbs files) in the following locations:

  1. All files in the global config/ directory. In a standard installation, it will only contains global-options.cbc.
  2. All files in the user config/ directory. This is where files are copied when using the Import File... command from the Option window.
  3. user-options.cbc contains all the changes to apply.
  4. A custom option file and a custom script file associated to the current project.

Unix:

Windows:

The configuration files are merged into one document before being processed. They all have the same syntax.

Files with .cbs extension are script files, they contain functions used by user commands.

The files in the global directory contain original settings that will be overriden when upgrading, you should not modify them.

The config-optional directory contains optional configuration files that are not activated by default. Use the Import File... command from the popup menu in the Option Window to use them.