Display EditorInspector on another dock with plugins?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By DemonBismuth

I’m attempting to make a plugin to make loading a dictionary or resources easier. There are many aspects I’m not even sure will work, and I can’t seem to find an answer to elsewhere, so I’ll ask here.

  1. Is it possible to, when clicking on a custom resource/custom property, to open a specific tab on the bottom panel (where output, debugger, etc. are)?

  2. Since EditorInspector inherits from ScrollContainer, is it possible to make my own node of it, and place it within a custom ui? Can I/should I use EditorInspectorPlugin?

  3. If 2 is possible, can I also assign it the node/resource I want to see the properties of? Nothing in the class’s documentation shows how it populates its ui with the EditorProperties.

Thank you!