Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shortcut for cleaning project in Eclipse?

Tags:

eclipse

Is there any shortcut for cleaning a project? Or can we create a shortcut for cleaning the project using:

Window--> Preferences--> Java --> Editor --> Templates?

If yes ,how?

like image 609
Samir Mangroliya Avatar asked May 09 '12 13:05

Samir Mangroliya


People also ask

How do I clean up my project in Eclipse?

In Project->Clean I select "Clean projects selected below", select my project(s) and check "Start a build immediately" with "Build only selected projects". Then go to Window->Preferences->General->Keys, search "Build clean" and enter my own binding for this command. For example, Ctrl + D .

What is CTRL Shift R in Eclipse?

File Navigation – Eclipse Shortcuts CTRL SHIFT R – Open a resource. You need not know the path and just part of the file name is enough. CTRL E – Open a file (editor) from within the list of all open files. CTRL PAGE UP or PAGE DOWN – Navigate to previous or next file from within the list of all open files.

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 L in Eclipse?

2. 3. Quick Search became part of the Eclipse platform some time ago. It can be found in Search > Quick Search and the default key is Ctrl+Alt+Shift+L.


1 Answers

To clean android project:

Window -> Preferences -> General -> Keys (Ctrl+Shift+L)  

in type filter text write build clean. There you can bind the key, for ex. Ctrl+Shift+L.

like image 188
MAC Avatar answered Sep 21 '22 08:09

MAC