How to display plugin in View-Tool Windows Menu
Hi,
I'm trying to develop a plugin. I want my plugin in view-tool windows menu. But, I can't do it in registering action settings. Is there another way to do it? Also, I wanted an integrated screen for my plugin. In brief, I want my plugin looks just like Ant Build or Maven project. I appreciate your help.
请先登录再写评论。
You need to implement interface: com.intellij.openapi.wm.ToolWindowFactory
As an example you could use: CommanderToolWindowFactory