Develop Customized Tool Window Plugin for Intellij IDEA 14.1
I hope to develop toolbox of our product as a IDEA tool window plugin like a below image marked(IDEA database tool window). So when I want to know I implement this window. IDEA has any framework for develop tool window??
Anyone have example source code or tutorials for learn how to develop IDEA tool window plugin.
Please sign in to leave a comment.
Please see https://confluence.jetbrains.com/display/IDEADEV/Creation+of+Tool+Windows .
I followed this tutorial. It is worked. Thank you.
thank you
is there a sample for creating a table in tool window (like the time tracking tool window?)