4

I was starting with a new project in eclipse Neon version 3. I came across with this option saying "Add project to working sets". What does it mean if i choose it?

Ori Marko
  • 56,308
  • 23
  • 131
  • 233
Varun Singh
  • 444
  • 6
  • 21

1 Answers1

1

Eclipse's Working sets let you group projects:

Working sets group elements for display in views or for operations on a set of elements.

For a new projects to be added to set, you need to add it explicitly

Newly created resources are not automatically included in the active working set.

Ori Marko
  • 56,308
  • 23
  • 131
  • 233