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

Working on new editor enhancements?
marc_256
Enthusiast
Enthusiast
Posts: 749
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

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

Post 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
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
User avatar
STARGÅTE
Addict
Addict
Posts: 2090
Joined: Thu Jan 10, 2008 1:30 pm
Location: Germany, Glienicke
Contact:

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

Post by STARGÅTE »

You can disable the "scan" of your files in the project.

You can edit it in the project options:
Image
PB 6.01 ― Win 10, 21H2 ― Ryzen 9 3900X, 32 GB ― NVIDIA GeForce RTX 3080 ― Vivaldi 6.0 ― www.unionbytes.de
Lizard - Script language for symbolic calculations and moreTypeface - Sprite-based font include/module
User avatar
skywalk
Addict
Addict
Posts: 4003
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

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

Post 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?
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
marc_256
Enthusiast
Enthusiast
Posts: 749
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

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

Post 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
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
Post Reply