[Lazarus] How to add your own 'New Project' template?

Michael Van Canneyt michael at freepascal.org
Mon Aug 18 19:01:22 CEST 2008



On Mon, 18 Aug 2008, Mattias Gärtner wrote:

> > Concerning recurse:
> >
> > line 405 of ProjectTemplates.pp contains
> >
> >     If (FindFirst(Dir+'*',0,Info)<>0) then
> >
> > that should be
> >     If (FindFirst(Dir+'*',0,Info)=0) then
> >
> > Mattias, should I send a patch, or commit directly ?
> 
> Both. Send the patch directly to svn.

Well, the fuzzy logic unit in my brain interpreted this as a 'please commit directly'
so rev 16125 contains the fix. I changed the '*' to an AllFilesMask while I was at it.

Michael.


More information about the Lazarus mailing list