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 15128 - Add keyboard shortcuts to diff window
Summary: Add keyboard shortcuts to diff window
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2001-09-04 17:01 UTC by lduperval
Modified: 2006-12-04 21:18 UTC (History)
0 users

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 lduperval 2001-09-04 17:01:36 UTC
THe diff window should add shortcuts for jumping from one diff to the next. For
an example of how that can ease its use, one can take TkDiff as an example
(http://www.accurev.com/free/tkdiff/). It uses the following keys:

n-next diff
p-previous diff
f-firstr diff
l-last diff
q-quit
Comment 1 Martin Entlicher 2001-09-04 17:34:20 UTC
Reassigning to vcscore module, where the visual diff is implemented.
Comment 2 Martin Entlicher 2001-09-04 17:42:23 UTC
The previous and next difference already have mnemonics ALT-p and
ALT-n in the dev builds.
The first and last difference have no buttons associated and therefore
also no keyboard shortcuts. However, it's a good idea to add them.
Since we're after feature freeze for 3.3, it will go to 4.0 release.
q for quit would be quite non-standard for NetBeans.

Any thoughts from the UI team?
Comment 3 Martin Entlicher 2002-01-22 16:57:14 UTC
Changing Target Milestone to 3.4.
Comment 4 Filip Rachunek 2002-04-30 15:46:55 UTC
UI keyword added.
Comment 5 Marek Grummich 2002-07-22 11:54:04 UTC
Set target milestone to TBD
Comment 6 Peter Pis 2005-04-30 07:57:47 UTC
This should be done.