Customizing search bar in a console tool window.

Answered

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.

0
2 comments
Avatar
Permanently deleted user

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

0

Please sign in to leave a comment.