Community
Participate
Working Groups
It would be nice to be able to open a type hierarchy on a logical package.
How hard is that ?
The type hierarchy already does compounding of packages (since 2.0), so there is nothing to do but to add an action to the context menu of the compound element that opens the type hierarchy with one of the contained elements. moving to dani
Agree that this would be nice
Reassigning to inbox since there are currently no plans to work on this.
- OpenTypeHierarchyAction.java - isEnabled does not work with LogicalPackage - as long as there is one valid element we should enable the action - run should not show n times the error dialog: collect the status and then show it after the loop. In fact it must not create an error status and show a dialog if for 1 out of n selected elements it can't get the Java resources Please make sure to not remove the single input methods. That way you can avoid many changes/ripples.
Oops! Wrong bug. And actually we can mark this as duplicate of bug 21417 which will enable support for multiple elements. *** This bug has been marked as a duplicate of bug 21417 ***