Configuring Kate to support syntax highlighting for Perfect Developer
=====================================================================
Copy the file "perfect.xml" into the directory where Kate searches for its
syntax definition files. The location of this directory (which will already
contain files "cpp.xml", "java.xml" etc.) will depend on where Kate and KDE
have been installed. For example, it may be
"/opt/kde3/share/apps/katepart/syntax/" or "/usr/share/apps/kate/syntax/".

In the Options -> Editor dialogue of the Perfect Developer project manager,
set the "Open specified file" string to "$f" and set the "Open specified file,
placing cursor at given line/column" string to "--line $r --column $c $f".

Kate (as at version 2.1) does not position the cursor correctly when given a
line and column number. The cursor is positioned on the line below the one
requested and too far to the right (how far depends on the number of tab
characters in the line). You should allow for this when using the facility to
open a file at the location given in a Perfect Developer error message.

Escher Technologies Limited, 6 January 2004.
