Customizing search bar in a console tool window.
已回答
I am developing a tool window for display logs. I need to add a filter option inside the default search bar, which appear when we ctrl + f.
In this search bar : i want to add a filter option (Log Level : [combo box]) right to regex option. Thanks in advance.

请先登录再写评论。
Hi! At the moment it's not a part of API, so filtering by log level has to be provided in a different way, see com.intellij.execution.filters.Filter
Ok. Thank you.