On Wed, 25 Jul 2007, Tiziano_mk wrote:

> 
> I sent time ago a patch for some problems using the Project Templates package.
> 
> After some other tests, actually I realize that the biggest problem is due to
> the $(varname) substitution schema (can't save a project as $(projname).lpr).

This was a known shortcoming when I implemented it. I renamed the files
in the explorer/commandline :-)

> 
> My idea is to solve this second bunch of troubles changing this schema from
> $(varname) to __varname__.

This is OK, with one proviso:

I would only do this for filenames, because __something__ is a valid
pascal identifier, which should not be changed when performing 
substitutions. For source code, I would stick to $()

Michael.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to