Bug 37402

Summary: Keyboard shortcut for Open Type does not work
Product: [Eclipse Project] Platform Reporter: Jacob Taylor <jtaylor>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: brice_laurencin
Version: 2.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Bug Depends on: 37401    
Bug Blocks:    

Description Jacob Taylor CLA 2003-05-08 15:06:24 EDT
ctrl-shift-T has not opened the Open Type dialog on my computer since 2.0.

When I hit this key combination, nothing happens.  Hitting ctrl-shift-H and 
ctrl-shift-R work as expected.
Comment 1 Dirk Baeumer CLA 2003-05-09 04:47:01 EDT
Asking Platform for comments. There is nothing special with the short-cut for 
Open Type.
Comment 2 Jacob Taylor CLA 2003-05-09 13:12:45 EDT
This problem went away when I fixed a project configuration issue.
Project platform was defined with a class path.
Project application was defined and included the classpath from platform.

This cased the Open Type interface to show class files as well as Java files.  
(I keep both projects open in the workspace).  Feedback from Dirk suggested 
that I remove the class path for platform from the application project.  This 
not only fixed the Open Type interface to not show class files, it also started 
to work with the ctrl-shift-t key combination.  It appears that if you have the 
kind of configuration I defined above then the keyboard shortcut startup of 
this particular interface fails quitely.
Comment 3 Dirk Baeumer CLA 2003-05-09 13:13:42 EDT
Got addressed regarding to bug 37401.
Comment 4 brisssou CLA 2008-01-21 05:29:37 EST
(In reply to comment #3)
> Got addressed regarding to bug 37401.
> 

I experience this issue using eclipse 3.2.2 along with WTP 1.5.5.

Key assist works in the java perspective in a fresh workspace, but using a 'work' workspace, the key assist doesn't pop "Open type" window up in the java perspective, while it works in the Debug on.

The navigate menu doesn't contain the "Open Type" and "Open Type hierarchy" in the java perspective, but they are here in the Debug one. "Open Ressource" is present and key assisted everywhere.

I don't see any message in the 'Error log' dealing with that use case.

I checked the projects, they are only referencing utility JARs hooked to the EAR project. And each Java project is hooked to that EAR project also.

Since it is a bit boring to switch to the debug perspective, I update this bug report.

Thanks.