How to alphabetically sort tabs in new versions of Eclipse

Possible duplicate:
Can I sort tabs in Eclipse alphabetically?

Is there a way to alphabetically open tabs (editors) in Eclipse in a drop-down chevron? It seems I remember how it was done in the old version of Eclipse, but it seems that it can not understand it in Juno.

+4
source share
1 answer

I already had Extended VS Plugin installed and wanted to share some screenshots, since it was what you asked for.

After installing the plugin, you should enable it like this:

First time after plugin installation please enable Extended VS Presentation under: Window->Preferences->General->Appearance->Current presentation. 

Then you can sort the tabs on demand by right-clicking on one of the tabs, for example: enter image description here

OR, you can choose to automatically sort tabs by going to Preferences -> Appearance -> Extended VS Presentation like this:

enter image description here

I initially installed the Session Save function for it, which allows you to easily save the list of Open Editor tabs as sessions that can be restored later. Uber is useful if you have opened several files related to a task or error, and you will need to access them later.

+1
source

All Articles