Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ShortCut to open last closed file in eclipse? [duplicate]

Tags:

In Firefox we have ctrl+W to close current tab and ctrl+ shift+ T to open last closed tab.

Same in eclipse , we have ctrl + W for closing current file. But is there any shortcut for opening last closed file?

like image 840
Priyank Doshi Avatar asked Nov 30 '12 04:11

Priyank Doshi


People also ask

What is Ctrl Shift R in Eclipse?

Switching between Open Editors Ctrl + Page Up and Ctrl + Page Down—Navigate to previous or next file from the list of open files. Ctrl + Shift + T—Display a list of classes from the workspace. Ctrl + Shift + R—Display a list of resources from the workspace.

How do you close a file in Eclipse?

To do this, just right-click on the project to which you have an opened file. the click on close project.

How do I select the same word in Eclipse?

Press ctrl + f for windows computer. Then under FIND, type what you want to find. Then in REPLACE WITH, type in what you want to replace it with.

How do I go to a specific method in Eclipse?

You can open any method or type in your workspace using the "Open Type" wizard or the "Open Method" wizard. -Or- press Ctrl+Shift+T (for a type) or Ctrl+Shift+M (for a method). The "Open Type/Method" dialog will appear. If a type/method was previously selected in the editor or outline views, it will be displayed.


1 Answers

Yes it's possible. Close a tab and hit the left yellow arrow in the Eclipse menu bar above or ALT + LEFT from keyboard, will open you closed files in eclipse editor

like image 109
gks Avatar answered Sep 18 '22 14:09

gks