Files
The editor loads options (.cbc files) and scripts
(.cbs files) in the following locations:
- All files in the global config/ directory.
In a standard installation, it will only contains global-options.cbc.
- All files in the user config/ directory.
This is where files are copied when using the Import File...
command from the Option window.
- user-options.cbc contains all the changes
to apply.
- A custom option file and a custom script file associated to the current
project.
Unix:
- The global directory is (by default) /usr/local/share/code-browser-5
- The user directory is $(HOME)/.code-browser-5
Windows:
- The global directory is the directory of the executable
- The user directory depends on the version of Windows but it's under
\Application Data\code-browser-5
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.