Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a shortcut to close a View in Eclipse?

Tags:

Is there a shortcut to Close a View in Eclipse (not CTRL+W to close the editor)?

like image 686
Ralph Avatar asked Jul 18 '11 10:07

Ralph


People also ask

What is Ctrl G in Eclipse?

Search – Eclipse Shortcuts CTRL SHIFT G – Search for current cursor positioned word reference in workspace. CTRL H – Java search in workspace.

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?

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.

What is Ctrl D in Eclipse?

Ctrl + D. Deletes current line in the editor. Command + Shift + O.


2 Answers

You can define your own key binding: Window -> Preferences -> General -> Keys.

Search for Close Part and use the binding Ctrl+W. In the When dropdown select In Windows. Then you can also close Views by Ctrl+W.

like image 162
Kai Avatar answered Sep 27 '22 20:09

Kai


Press Alt + - to open the system menu, and then press C to close the view.

like image 34
helphi Avatar answered Sep 27 '22 20:09

helphi