Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Show In...



In a joined effort with the workbench we have cleaned-up the Show in
navigation support in JDT (Show In Package Explorer, Show In Navigator).
There is now a standard workbench action "Show In..." (alt+shift+s) that
allows you to navigate from the active editor to  a view or from one view
to another view.

As a consequence of this consolidation we could eliminate some of the
existing navigation support:
-     removed the Show in Package Explorer from Java editor's context menu
-     removed the existing "Navigate>Show in *" actions
-     removed support for automatic linking of the active editor with the
package explorer ("editor back linking").

--erich



Back to the top