"Fullscreen" ToolWindow
At the moment I create a plugins, that displays dependencies between packages and classes.
I would like to display that chart in a "fullscreen" editor window. But implementing the interface FileEditor seems to be the wrong way, since I dont't have a "source" file.
Any proposals?
Please sign in to leave a comment.
I'm not sure there is any other way at the moment than to create a dummy VirtualFileSystem that serves dummy VirtualFiles that can be opened with you custom FileEditor.