Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-ui-dev] Working Set Feature Changed


Search and Java Tooling no longer use its own implementation of working sets but take advantage of the workbench working set support. As a consequence you will have to redefine your existing working sets. There is also a slight change in the UI: The Packages explorer no longer offers an individual working set filter but uses the one set on the window.

To set a working set filter on a window:
- enable the working set feature if not yet done:
        - Window -> Preferences... -> Workbench -> Work In Progress -> Enable workbench working sets
        - restart Eclipse
- set a working set filter: Window -> Select Working Set...

To clear the working set filter for the window: Window -> Clear Working Set

Note: Setting a working set filter on a window also filters the Navigator and all Java Browsing views.

Dani

Back to the top