This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269947 - Dedicated VCS popup is needed
Summary: Dedicated VCS popup is needed
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: Dev
Hardware: PC Other
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-28 12:11 UTC by Christian Lenz
Modified: 2017-02-28 12:11 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2017-02-28 12:11:10 UTC
Because that git for example and the other version control systems, have a lot of commands which could be used in the editor too, we need a dedicated popup with most common VCS operations as WebStorm or IntelliJ has: https://www.jetbrains.com/help/img/idea/2016.3/refcard_3.png

Right from the editor itself, it is possible to choose any VCS option, withoug using the context menu (On smaller screens you have problems, if you have a lot of stuff in the context menu). And without selecting the project -> right click -> search for git (e.g.) -> select the operation -> select another operation and and and. It is to heavy and user unfriendly.

The Team menu entry is ok but a dedicated popup like go to symbol, file and so on, would be better, because you don't have to switch with the mouse between your editor and the menubar.

Here is a little video from WebStorm too: https://video.twimg.com/tweet_video/C5XFT7hWEAAR2jg.mp4


Regards

Chris
Comment 1 Christian Lenz 2017-02-28 12:11:37 UTC
This should be possible for SVN, Mercurial and CVS too, but for this, we can create other tickets.