In Real Studio IDE, when opening a module Constants list, we had every Constant value at the right of the name:
MY_CONSTANT = 230
Now in Xojo we have only the list of Constants but not its value:
MY_CONSTANT
It was very useful the Real Studio way because we could see at a glance all the used Constant values, so it was easy to use a new one properly.
Is there a way to see in the IDE all the Constant values of a module?
If the Inspector is a floating palette, you have to right-click on every Constant and the left-click on Inspector just to see a single value.
Really I prefer the old way! (At least it could be an Option)