How can I add shortcut for filtering branches to show commits ?

Answered

I want to add shortcut “to open popup for filtering branches to show commits”.

I'm looking some codes at vcs-log but can't find well.

Any help ?

 

0
2 comments

Hi,

You can use UI Inspector to find the place where this component is created:
https://plugins.jetbrains.com/docs/intellij/internal-ui-inspector.html

The found class is: com.intellij.vcs.log.ui.filter.BranchFilterPopupComponent.

0

Wow, I'm really thank you.

I will check what you said !!

0

Please sign in to leave a comment.