On Sat, Apr 3, 2010 at 21:27, Kjow <[email protected]> wrote: > Hi all, > > Is there a way to know how many rows of source code there are on a project? > I mean a way to know some things: > > 1) Full lines count (all units + all comments) > > 2) Only "custom" units with comments > > 3) Only "custom" units without comments (this is the most important for me) > > Thank you! > Kjow
This might be a reasonable feature request. I wonder if SynEdit's folding code may be re-used to gather statistics about folded lines. This way we may get a separate count for each folding construct, including classes, procedures, loops etc. -- Alexander S. Klenin -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
