Page 1 of 1

Constant viewer in the tools pane...

Posted: Mon Jul 20, 2020 5:02 pm
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.

Re: Constant viewer in the tools pane...

Posted: Thu Jul 23, 2020 5:53 pm
by infratec
Hi,

it is hidden in 'Tools'->'Structure ...' (press ALT+S)

Re: Constant viewer in the tools pane...

Posted: Fri Jul 24, 2020 1:13 am
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

Re: Constant viewer in the tools pane...

Posted: Sun Sep 27, 2020 11:32 pm
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.

Re: Constant viewer in the tools pane...

Posted: Mon Sep 28, 2020 9:09 am
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: