Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 128132

Summary: Degradation : missing function from Java editor
Product: [Eclipse Project] JDT Reporter: Hirotaka Matsumoto <jljlmatu>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: CLOSED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Hirotaka Matsumoto CLA 2006-02-15 20:11:50 EST
3.1.x Java editor has "Show in Package Explorer" menu item in its
context menu. But it is removed from 3.2M4 Java editor.
This function is very useful to look for the plugin of which the
class(java) file the java editor opened belongs to.
"Link with Editor" option in Package view is unuseful because it
enforces us to view the flicker of Package view whenever the
active editor is changed.

I'd love to see "Show in Package Explorer" again.
Comment 1 Dani Megert CLA 2006-02-16 02:30:16 EST
Works for me using I20060215-1200: we've put 'Show In' (Alt+Shift+W) into the context menu. This allows other editors and views to be navigable from the Java editor.
Comment 2 Hirotaka Matsumoto CLA 2006-02-16 04:21:58 EST
I'v confirmed this. thanks.