Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "FAQ How can I rearrange Eclipse views and editors?"

(Added links to help resources)
Line 4: Line 4:
 
Any view can also be maximized by double-clicking its title bar or pressing
 
Any view can also be maximized by double-clicking its title bar or pressing
 
Ctrl+M, or it can be minimized to show only its title bar.
 
Ctrl+M, or it can be minimized to show only its title bar.
 
 
 
  
 
With editors, you can likewise resize or organize in a number of ways. All editors
 
With editors, you can likewise resize or organize in a number of ways. All editors
Line 13: Line 10:
 
maximized, by double-clicking the title bar or pressing Ctrl+M,
 
maximized, by double-clicking the title bar or pressing Ctrl+M,
 
or minimized to show only its title bar.
 
or minimized to show only its title bar.
 
 
  
 
Many of these actions can be mapped to a key binding from the '''Workbench >
 
Many of these actions can be mapped to a key binding from the '''Workbench >
Line 21: Line 16:
 
part-manipulation commands are also found in the part context menu, accessible
 
part-manipulation commands are also found in the part context menu, accessible
 
by pressing Alt+- (Alt+minus).
 
by pressing Alt+- (Alt+minus).
 +
 +
The Eclipse Help system includes a [http://help.eclipse.org/help33/index.jsp Workbench Tutorial] that explains the basics of using the workbench. A free video tutorial [http://eclipsetutorial.sourceforge.net/ Using the Eclipse Workbench] is also available.
  
 
<hr><font size=-2>This FAQ was originally published in [http://www.eclipsefaq.org Official Eclipse 3.0 FAQs]. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the [http://www.eclipse.org/legal/epl-v10.html Eclipse Public License v1.0].</font>
 
<hr><font size=-2>This FAQ was originally published in [http://www.eclipsefaq.org Official Eclipse 3.0 FAQs]. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the [http://www.eclipse.org/legal/epl-v10.html Eclipse Public License v1.0].</font>

Revision as of 23:40, 31 March 2008

Eclipse allows you a great deal of flexibility in how the views and editors are presented in the workbench. With the mouse, views can be docked as fast views in toolbars, grouped together in stacks, and dragged around to different areas. Any view can also be maximized by double-clicking its title bar or pressing Ctrl+M, or it can be minimized to show only its title bar.

With editors, you can likewise resize or organize in a number of ways. All editors must be grouped together in one area, but they can be split horizontally or vertically within that area to show multiple editors simultaneously. Editors can also be maximized, by double-clicking the title bar or pressing Ctrl+M, or minimized to show only its title bar.

Many of these actions can be mapped to a key binding from the Workbench > Keys preference page. Look at the commands in the Window category to see what commands can be bound to your own key sequences. Most part-manipulation commands are also found in the part context menu, accessible by pressing Alt+- (Alt+minus).

The Eclipse Help system includes a Workbench Tutorial that explains the basics of using the workbench. A free video tutorial Using the Eclipse Workbench is also available.


This FAQ was originally published in Official Eclipse 3.0 FAQs. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the Eclipse Public License v1.0.

Back to the top