Wish Information window about the variable under the cursor

LucaMs

Expert
Licensed User
Longtime User
I would really, really, really, really like two things regarding the information window on the variable under the cursor:

  1. be able to pin/dock it in the IDE
  2. be able to search (or filter) for a property.

1739234246412.png


That one is about a B4XView (BaseNode, a Pane): I don't know where to find the Tag property. I should try to guess where it is or open all the nodes!


EDIT: it would also be good if it was another Tab, such as "Find all references".

P.S. I will never find "Tag" in that window, it is not a JavaFX (nor Java) property.
 
Last edited:
Top