JonathanGiles / scenic-view

Scenic View is a JavaFX application designed to make it simple to understand the current state of your application scenegraph, and to also easily manipulate properties of the scenegraph without having to keep editing your code. This lets you find bugs, and get things pixel perfect without having to do the compile-check-compile dance.
GNU General Public License v3.0
523 stars 68 forks source link

show hex identity hashcode in node tree #67

Open NkD opened 3 years ago

NkD commented 3 years ago

If JavaFx application heavy generate new fx nodes I need see if node is same or changed (new child/instance).

image

abhinayagarwal commented 2 years ago

This shouldn't be the default behavior. An entry in "Display Options" to enable it would be nice.

JonathanGiles commented 8 months ago

Agree with @abhinayagarwal - a display option to toggle this on / off would be best. Can this PR be updated to accomodate that?