Bug 214281 - [navigation] Make the packages in the import statements (and package declaration) linkable to the package content
Summary: [navigation] Make the packages in the import statements (and package declarat...
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-03 17:23 EST by arie CLA
Modified: 2008-11-29 13:36 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description arie CLA 2008-01-03 17:23:44 EST
Currently only the Class is linkable where the rest of the package path looks like its linkable but does nothing. It would be nice to use it to navigate and see the package content.
One way is to make the pack linkable to the Java Browsing perspective (which will focus on the selected package).
Comment 1 Dani Megert CLA 2008-01-07 04:20:18 EST
The main problem here is that they are not packages in the sense of the Java model. We would have to detect/convert the package manually on the UI side.