Optimizing the Structure Viewer

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Michael Vogel
Addict
Addict
Posts: 2797
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Optimizing the Structure Viewer

Post by Michael Vogel »

There are some points I don't like so using the Structure Viewer:

• when the result list gets updated, it take quite a while - it needs around 4 seconds until the full constant will be displayed

• searching should be allowed, maybe something like that...
- "A" should filter all entries starting with "A"
- "*A" shows all entries containing an "A"
- "=n" shows constants set to the given value

What do you think?