[Gambas-user] Project line counts

Jussi Lahtinen jussi.lahtinen at ...626...
Wed Dec 18 15:04:46 CET 2013


There is way to do this in terminal. Run this in your project folder:
find . -name '*.class' -o -name '*.module' | xargs wc -l

Jussi


On Wed, Dec 18, 2013 at 6:18 AM, Bruce <bbruen at ...2308...> wrote:

> On Wed, 2013-12-18 at 03:54 +0100, Benoît Minisini wrote:
> > Le 18/12/2013 03:35, Bruce a écrit :
> > > Wasn't there a context menu item somewhere in the IDE that told you
> > > (amongst other things) how many source code lines were in the project?
> > >
> > > ?
> > > Bruce
> > >
> >
> > There was, but I removed it. Do you need that?
> Not really, I was just interested in how big this code generated project
> was getting. But it is good to know that I am not going mad.
>
> > What do you mean by
> > "amongst other things"?
> >
> Nothing important, I cant even remember what else it showed.
>
> cheers
> Bruce
>
>
>
>
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics
> Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list