Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to close an open window of eclipse

Tags:

eclipse

I have opened another window in eclipse by mistake using Window->New Window... I don't find where to close it. do you know how?
EDIT: I am using linux FVWM so I don't have the close button.

Thanks.

like image 644
oshai Avatar asked Jan 27 '11 04:01

oshai


People also ask

How do I close an open file in Eclipse?

Ctrl+Shift+W is the short cut key for close all. Ctrl+w closes the current editor.

How do I close all open tabs in Eclipse?

How do I close all open files in Eclipse? Ctrl+Shift+W is the short cut key for close all.

How do I open a window in Eclipse?

To open a new window, click on the Windows menu and select the New Window menu item. Each window can have a different perspective open in them. For example you could open two Eclipse windows one in the Java perspective and the other in the Debug perspective.


1 Answers

By default it has a Close button mark with [X] at top. By clicking on it or pressing ALT + F4 you can close it Or you can also exit it from File menu. File-->Exit. But this option will exit all the windows of eclipse means all eclipse instance will be closed. So better if you go with First option.

Hope this helps.

Edit:

To close a window you could use somthing like this in linux fvmw:

AddToFunc close_window
+ I ThisWindow ($0) Close

Key F11 W SCM close_window

This would close the current focused window when you hit ALT-CTRL-SHIFT-F11.

Also take a look at this: Window options in FVWM

like image 140
Harry Joy Avatar answered Sep 21 '22 15:09

Harry Joy