In Eclipse, can I organze my workspace projects into top-level folders?
- by nobody
My current Project Explorer has:
Project A
Project B
Project C
What I'd prefer is to create e.g.
Folder 1
Project A
Project B
Folder 2
Project C
And have those folders be the same as what you'd see in the file system, browsing my ./workspace directory.
Is this possible?
Hopefully yes and I'm just asking a silly question. : )