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 86869 - Go To Type (Alt-Shift-O) should preselect the identifier under cursor
Summary: Go To Type (Alt-Shift-O) should preselect the identifier under cursor
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords: REGRESSION
: 87948 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-10-10 16:15 UTC by Jan Lahoda
Modified: 2007-01-17 10:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2006-10-10 16:15:04 UTC
When the caret is on an identifier and the user opens the Go To Type dialog, the
identifier should be the "Type Name:" input field (and should be selected, so if
the user wants to find something else, he/she can simply start typing).
Comment 1 Jan Lahoda 2006-10-25 14:02:30 UTC
*** Issue 87948 has been marked as a duplicate of this issue. ***
Comment 2 Petr Hrebejk 2006-11-06 17:14:09 UTC
Checking in GoToPanel.java;
/cvs/java/source/src/org/netbeans/modules/java/actions/GoToPanel.java,v  <-- 
GoToPanel.java
new revision: 1.6; previous revision: 1.5
done
Checking in GoToTypeAction.java;
/cvs/java/source/src/org/netbeans/modules/java/actions/GoToTypeAction.java,v 
<--  GoToTypeAction.java
new revision: 1.7; previous revision: 1.6
done
Comment 3 Martin Krauskopf 2006-11-06 17:59:35 UTC
v/c