Allow versioning system variables
Brought to you by:
mkesting
When entering comment templates, JAutodoc neatly checks for existing variables if something like $bla$ is entered.
When $bla is nonexistent, it's not possible to enter the comment template.
This behaviour inhibits usage of RCS-style templates like
$Id$
$Header$
$Author$
and so forth, which are expanded by versioning systems.
Maybe there could be some logic that tells versioning variable templates like "$\w$" apart from variables like "$\w ".
It's already possible. You have to write it like this:
\$Id\$
\$Header\$
\$Author\$