Shortcut to close all tabs except pinned one in Eclipse
eclipse, keyboard-shortcuts
Solution
Press CTRL+Shift+E and you will get the `Switch to Editor` view as shown below.
Now use the keys Up or Down to select the tab which you want to stay opened and press the Tab key two times so that the button `Invert Selection` is focused. Then press the Enter and two times Tab key. Hit the Enter key again to close all other tabs in editor.
Problem
I'm wondering if Eclipse has any shortcut to close all tabs except the pinned one. I use the CTRL+Shift+W shortcut every day to close current tabs but it closes all the tabs no matter they were pinned or not. Do Eclipse have any settings for this shortcut to close only not pinned tabs, or does exist another shortcut to achieve such result? Edit: I forgot mention I use Eclipse Indigo.