sudara / melatonin_inspector

A JUCE module that gives you the ability to inspect and visually edit (non-destructively) components in your UI.
MIT License
145 stars 17 forks source link

Consider restoring original overlay hover behavior #50

Closed sudara closed 1 year ago

sudara commented 1 year ago

Originally (before #30?) hovering over items in the overlay would:

  1. Open the tree view
  2. Display all dimensions and properties for the hovered component.

This was a nice way to explore the app, as you could very quickly cruise around looking for things without selecting everything.

reFX-Mike commented 1 year ago

Maybe this should be a special “inspect” mode, like in browsers devmode.