Page 1 of 1

PB IDE become very slow with many long globals ...

Posted: Tue Sep 25, 2012 11:50 am
by marc_256
Hi,

For my huge program, (over 921000 lines now)
I used till now the PB IDE for editing my PB programs.
I'm now putting all my small programs to one big program.
So, I need to change all my variables, globals in longer versions (>50 characters).

result, IDE becomes very, very slow to edit in.
reason, I have the impression that the PB IDE is checking all the variable names in real time.

Q1) Is there a way to disable this checking ??

Q2) I do my program editing in NOTEPAD++ now, works very fast.
Is there someone who have some settings for PB program editing ?

Thanks,
Marc

Re: PB IDE become very slow with many long globals ...

Posted: Tue Sep 25, 2012 3:12 pm
by STARGÅTE
You can disable the "scan" of your files in the project.

You can edit it in the project options:
Image

Re: PB IDE become very slow with many long globals ...

Posted: Tue Sep 25, 2012 5:18 pm
by skywalk
I think you can do the Preferences settings without Projects too.
Is it faster if you compile all your constants to a residents file?

Re: PB IDE become very slow with many long globals ...

Posted: Wed Sep 26, 2012 11:10 pm
by marc_256
Hi STARGÅTE and skywalk,

I do not use 'project' for this anymore,
If I do, the editor becomes Very Very Very slow...

So, I do not found a way to disable the checker ...

Thank for the reply's

Marc