4

How to sort items by date in Package Explorer in Eclipse? Is this possible?

enter image description here

Currently it sorts alphabetically. I want my last touched projects to be top or bottom.

Dims
  • 47,675
  • 117
  • 331
  • 600

1 Answers1

2

No, it is not possible.

You can use Working Sets at the top level to split things up but you can't change the sort.

You might also be able to use the task-focused features of Mylyn (an optional Eclipse component) to filter the view.

greg-449
  • 109,219
  • 232
  • 102
  • 145