gitflow4idea icon indicating copy to clipboard operation
gitflow4idea copied to clipboard

Display full repo name in Gitflow Actions

Open spout opened this issue 8 years ago • 2 comments

Hello,

I'm working on project with same name in different parent directories: alt text

In Gitflow Actions, I can't differentiate them because I see only the end of the repo name: alt text

Regards

spout avatar Oct 19 '17 09:10 spout

Ideally I'd solve this with a tooltip that shows the full path, rather than auto including it which would make the interface very cluttered. I'm not sure it IntelliJ supports tooltips on a popup list item? Maybe @klikh can point me in the right direction.

If all else fails I guess this could be an option in the settings

OpherV avatar Sep 21 '18 20:09 OpherV

AFAIK we don't support tooltips there. You may add a description to popup AnActions, and this description will be shown in the status bar (which is still better than nothing).

klikh avatar Sep 24 '18 09:09 klikh