Constant viewer in the tools pane...

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Dawgmann
User
User
Posts: 40
Joined: Wed Jul 17, 2019 5:32 pm

Constant viewer in the tools pane...

Post by Dawgmann »

In the tool pane, there is a optional tab for a procedure browser and a variable viewer, as well as a few other tools.

Is there any possibility of getting a 'Constant Viewer' tab which lists available constants, a similar manner in which the variable viewer displays variables?

This feature would be very handy to me.
infratec
Always Here
Always Here
Posts: 6817
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Constant viewer in the tools pane...

Post by infratec »

Hi,

it is hidden in 'Tools'->'Structure ...' (press ALT+S)
BarryG
Addict
Addict
Posts: 3292
Joined: Thu Apr 18, 2019 8:17 am

Re: Constant viewer in the tools pane...

Post by BarryG »

He's talking about his own constants in the ToolsPanel, like his own variables are currently shown in their own tab.

I agree this would be a good addition, so: +1

Image
nsstudios
Enthusiast
Enthusiast
Posts: 274
Joined: Wed Aug 28, 2019 1:01 pm
Location: Serbia
Contact:

Re: Constant viewer in the tools pane...

Post by nsstudios »

+1
I just needed it right now, and looked on the forum if it's possible. Sucks that it's not. :(
View Array/List/Map tab seems like it's gonna do it (it says constant not found if you enter a wrong one), but if you try, it says error reading input.
Marc56us
Addict
Addict
Posts: 1477
Joined: Sat Feb 08, 2014 3:26 pm

Re: Constant viewer in the tools pane...

Post by Marc56us »

In the tool pane, there is a optional tab for a procedure browser and a variable viewer, as well as a few other tools.
Is there any possibility of getting a 'Constant Viewer' tab which lists available constants, a similar manner in which the variable viewer displays variables?
He's talking about his own constants in the ToolsPanel, like his own variables are currently shown in their own tab.
'The variable viewer can display variables, Arrays, lists, Constants, Structures and Interfaces defined in your source code, or any currently opened file. You can configure what exactly it should display in the preferences.'
https://www.purebasic.com/documentation ... tools.html

:arrow: Click on 'Variables' to see others options (even if in tool panel)

Image

:wink:
Post Reply