[Lazarus] Source code rows count

Alexander Klenin klenin at gmail.com
Sat Apr 3 16:25:12 CEST 2010


On Sat, Apr 3, 2010 at 21:27, Kjow <antispammoni at gmail.com> 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




More information about the Lazarus mailing list