gendl icon indicating copy to clipboard operation
gendl copied to clipboard

Tasty remember inspector state

Open reiniervandijk opened this issue 12 years ago • 1 comments

Tasty inspector remembers slot-status, but doesn't remember view status, i.e. once a user expanded a list of (say) points and navigates to another node and finally returns to this node, this viewing state is not remember and the list will be collapsed again. This is quite annoying if you want to quickly inspect and compare list values while hopping over tree nodes.

reiniervandijk avatar Oct 22 '13 14:10 reiniervandijk

Agreed this needs to be fixed. It will require a bit of additional data structures around the inspector since the inspector is currently a single object which keeps getting bashed when you change object.

genworks avatar Oct 22 '13 15:10 genworks