Reputation: 13492
Is this possible in eclipse to put project in order like order by name or order which i would like to add. I have around 30 projects in eclipse i want to see them with some order like alphabetic order. Is this possible in eclipse?
Upvotes: 3
Views: 6981
Reputation: 1006
you can define "Working Sets" (i.e a named group of projects) that can be ordered. But I think you cannot reorder the projects within those working sets (at least I've never seen such an option).
for information about the general usage of workingsets
you may want to visit one of the following URLs:
Upvotes: 1
Reputation: 2670
You can follow these steps to rearrange your project:
Window-> preferences -> General -> workspace -> Build order
Here you can rearrange the project build order but you can not define any rule like 'All project should come in Alphabetic order'.
For more clarification visit: http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Freference%2Fref-17.htm
Upvotes: 3