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 holding a unique_ptr to the Document Window *inside* melatonin_inspector.h #83

Open sudara opened 1 year ago

sudara commented 1 year ago

Pros:

@FigBug Do you care at all? Mainly motivated for the key command, I can also just add on my app side.

sudara commented 1 year ago

Also might help do some work on the way to #56

FigBug commented 1 year ago

I'm not too picky how the api looks, as long as I can have my menu item that creates / destroys the inspector.