Undo closed tab in Eclipse?

Viewed 26547

I was wondering if it were possible in Eclipse PDT to reopen a closed tab by mistake.

For example in Firefox I can do Ctrl + Shift + T.

4 Answers

Try Alt + left arrow that will go backward in history - if tab is closed it will reopen it.

Yes it's possible. Close a tab and hit the left yellow arrow in the Eclipse menu bar above. You can adjust the keyboard shortcut for that in the eclipse preferences under General > Keys.

On Mac it's ⌘ + [

Related