<div dir="ltr"><div>This shell command will give you line count, but it gives different number. I guess it counts also empty lines and IDE doesn't.<br></div><div>find . -type f \( -name "*.module" -o -name "*.class" \) -print0 | xargs -0 wc --lines</div><div><br></div><div>I have never look at how IDE does that.</div><div><br></div><div><br></div><div>Jussi<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Nov 28, 2019 at 4:04 PM <a href="mailto:ub2@gmx.ch">ub2@gmx.ch</a> <<a href="mailto:ub2@gmx.ch">ub2@gmx.ch</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Jussi and mailinglist<br>
<br>
<br>
Answering your questioin: My "project high score" ist 27000.<br>
<br>
<br>
Regarding this "too big projects" topic, I'm with two open questions you<br>
or somebody else might have an answer in no time.<br>
<br>
1) Is there a way to obtain follwing infos<br>
- IDE --> Project properties --> Statistics --> Lines of code<br>
- IDE --> Project properties --> Statistics --> Executable size<br>
with a Gambas script crawling trough an array of project-paths ?<br>
(I'd like to get a feeling/warning when I have to stop for "clean up"<br>
before coding new features)<br>
<br>
2) I wrote a Public Sub running into a "too many local variables" error.<br>
Is there a way to raise this limit?<br>
(I'll rewrite it promised. But I'd still like to use in the meantime)<br>
<br>
<br>
Thanks to all.<br>
<br>
<br>
ub2<br>
<br>
Am 28.11.19 um 14:17 schrieb Jussi Lahtinen:<br>
> As the topic says, what is your biggest Gambas project?<br>
> I'm interested in how big projects Gambas is used.<br>
><br>
> IDE --> Project properties --> Statistics --> Lines of code<br>
><br>
> I know lines of code is quite bad metric, but it gives some picture.<br>
> My typical project is very small, but my biggest is 52 316 lines.<br>
><br>
> IDE is about 82 000 lines.<br>
><br>
><br>
> Jussi<br>
><br>
><br>
> ----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
><br>
</blockquote></div>