CodeCommander

-

File Properties Information

Override Defaults

When checked, this tells CodeCommander to use the settings below instead of the program's general preferences. It will also prevent the infomation below from being over-written when CodeCommanders general preferences are changed.

Directory

This tells CodeCommander where to chdir to when compiling/debugging/executing.

Bracket highlighting

Turn on/off bracket highlight option.

Syntax highlighting

Turn on/off syntax highlighting.

Auto Indent

Turn on/off CodeCommander's Auto indent feature.

Use spaces instead of tabs

Tells CodeCommander to use spaces when the tab key is pressed.

Tab stop

Number of spaces to insert if above option is set.

Build Settings

The next 3 entries have some special constants which the user can specify.
%term% = the default terminal command, as set in the general preferences.
%make% = the default make command, as set in the general preferences.
%1 = Path to the current file, as set in the directory entry, or if the directory entry is empty, it will be the path to the current file.
%2 = The name of the file without path, but with extension. (if it has one)
%3 = The name of the file without path or extension.

Compiler

Command to run when the compile button/menu-item is clicked.

Debugger

Command to run when the debug button/menu-item is clicked.

Execution

Command to run when the execute button/menu-item is clicked.



CodeCommander is Copyright 1999-2000 by Chris Phelps