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 92074 - Change labels of Next/Previous Error menu item
Summary: Change labels of Next/Previous Error menu item
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Josef Pavlicek
URL: http://ui.netbeans.org/docs/ui/DiffSp...
Keywords:
Depends on:
Blocks: 89813
  Show dependency tree
 
Reported: 2007-01-09 09:09 UTC by jrojcek
Modified: 2007-01-17 18:29 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jrojcek 2007-01-09 09:09:10 UTC
The Next/Previous Error menu item is used for navigating between changes in the diff viewer and inline 
diff view in editor. The real aim is to use the same shortcut (F12), but the action name should reflect 
what it is used for. Thus the name of the action should change to something like:

-------------------
Next Error/Change
Previous Error/Change
-------------------
or
-------------------
Next Annotation
Previoius Annotation
-------------------
or
-------------------
Next Item
Previous Item
-------------------

If this action is used only for navigating between error or diff changes, I would prefer the first variant. If 
there's more (what else?) then we should consider 2. or 3. option.
Comment 1 Josef Pavlicek 2007-01-17 18:29:47 UTC
I fixed it