Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a shortcut to 'Close Project' in eclipse?

Tags:

eclipse

If it is a frequent ritual, it becomes an ordeal to right click on the project/s and select close project everytime.

like image 316
pall Avatar asked Mar 02 '11 05:03

pall


People also ask

How do I close a project in Eclipse?

To close a project, from the Project select the Close Project menu item.

Is the shortcut key to close the project?

Use keyboard shortcuts to Save and Close documents. Press Ctrl S (Mac: Command S) to save and Ctrl W (Mac: Command W) to close.

What does Ctrl k do in Eclipse?

In Eclipse, if the cursor is over a word and you press Ctrl + K you will jump to the next occurrence of that word in the file.

What is Ctrl Shift R in Eclipse?

Open project, file, etc. Ctrl+Shift+R. Open Resource (file, folder or project) Alt+Enter. Show and access file properties.


1 Answers

There is nothing defined by default but you can define your own binding from

Window > Preferences > General > Keys enter image description here

like image 151
Bala R Avatar answered Oct 22 '22 10:10

Bala R