3.4

Code Colorizer-2.4.0

Fixed a problem for PERL that caused the forward slash in $/ to be recognized as the start of a regular expression.

I created a master module that consolidates the code for handling: colorize the selected text, colorize the fragment at the cursor, and colorize the entire document. The individual routines call the master with arguments that specify the desired language and mode. This consolidates the driver code so that there is one copy. The result is a smaller package with less code.

Code Colorizer-2.3.7

PERL now recognizes the backslash character as a special character; for example \$temp.

A few new keywords were added to PERL. I do not remember them all, but I did add: our, subs, and strict.

Many routines verified that a required paragraph styles was used. This code has been moved to a common location. The end result is that the code is smaller.

As usual, be certain to let me know if you find any problems.