Reputation: 45
I'm using Subversion for version control. Is is possible to navigate through the diff changes (default blue), added lines (default green) and deleted lines (default red) via shortcut?
So just as you can navigate through document bookmarks, is it possible to navigate/scroll through all changes found by Subversion?
Upvotes: 0
Views: 805
Reputation: 1970
In Netbeans 8.2 you can click on the coloured version control bars in the margin and the editor will take you there.
Alternatively, if you right-click on the filename, you can select 'Subversion > Show Changes' (or 'Git' or 'Mercurial', depending on your version control system).
This new window allows you to jump through the changes using the up and down arrows at the top.
I am not aware of any keyboard shortcuts that allow you to jump to the next or previous change.
Upvotes: 1