ToolWindow - default buttons
My plugin has its own console window. The log window inside intellij has several useful buttons. In particular it is the pause button, search field and filters that I'm looking for. Is there anyway I can get those for free with the API or do I have to create them myself?
Please sign in to leave a comment.
Hello Johan,
I can suggest to use FilterComponent to filter by text. But filter (and pause)
depends on console (corresponding process) thus simple reuse is impossible.
Thank you
-
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Ok, thanks for replying.
About the FilterComponent, Im guessing you wrote it. :)
I can see it is a visual component since it inherits from JPanel.
A quick run down on how to best use it would be nice.