The Extension Options Dialog is used to add, delete or update file extension options.
<p>
CodeQuill uses file extensions to associate syntax templates with each edit session.
If the extension has not been configured, CodeQuill will apply either the built in syntax
templates (see below) or the default syntax template to the edit session.
<p>
To add or delete an extension, select the extension with the extension
pulldown and click on the "Add..." or "Delete" button.
<p>
To associate a syntax template file with an extension, select the extension using the
extension pulldown and click on the "Find file..." button to start the file selection dialog.
<p>
Existing file sessions must be closed and reopened to use syntax template changes.
<p>
To make changes permanent, options must be saved using the "Options/Save options" pulldown.
<p>
BUILT IN SYNTAX TEMPLATES
<p>
Example templates have been provided which can be modified to the user's
preference.
<p>
EXTENSION | LANGUAGE | EXAMPLE TEMPLATE
<p>
default  |  Java  |  cqsyntax_java
<br>
java  |  Java  |  cqsyntax_java
<br>
pl  |  Perl  |  cqsyntax_pl
<br>
c, h  |  C  |  cqsyntax_c
<br>
cpp, hpp, cc, hh  |  C++  |  cqsytax_cpp
<br>
html | Hypertext Markup Language | cqsyntax_html
<br>
pas | Pascal | cqsyntax_pas
<br>
rexx | REXX | cqsyntax_rexx
