Selecting a Workspace
When the Workbench is launched, the first thing you see is a dialog that allows you to select where the workspace will be located. The workspace is the directory where your work will be stored. If you do not specify otherwise, Eclipse creates the workspace in your user directory. This workspace directory is used as the default content area for your projects as well as for holding any required metadata. For shared or multi-workspace installs you must explicitly specify the location for your workspace using the dialog (or via the "-data" command line argument).
Working with Perspectives
Perspectives define the initial set and layout of views in the Workbench window. They provide a set of functionality aimed at accomplishing a specific type of task or working with specific types of resources.
Opening Perspectives
Perspectives provide combinations of views and editors that are suited to performing a particular set of tasks. For example, can open the Debug perspective to debug a Java program. To open a new perspective, use the following procedure:
Choose Open Perspective on the shortcut bar on the left side of the Workbench window. (This provides the same function as the Window → Open Perspective menu on the menu bar.)
To see a complete list of perspectives, choose Other... from the dropdown menu.
Select the perspective that you want to open.
When the perspective opens, the title bar of the window it is in changes to display the name of the perspective. In addition, an icon is added to the shortcut bar, allowing you to quickly switch back to that perspective from other perspectives in the same window. By default, a perspective will open in the same window. If you would rather it opened in a new window, change the setting in the General → Perspectives preference page.
Switching Between Perspectives
Open perspectives are represented by icons on the perspective bar. When you have more than one perspective open, you can switch between them by clicking the icons on the shortcut bar.
Changing Where Perspectives Open
You can change the default behavior for how perspectives are opened in the Workbench using the following procedure:
Open the General → Perspectives preference page.
Choose either In the same window or In a new window from the Open a new perspective group.
Choose OK.
Configuring Perspective Shortcuts
You can choose which menu items are available under the File → New, Window → Open Perspective, and Window → Show View menus using the Shortcuts tab of the Customize Perspective dialog. To configure shortcuts, use the following procedure:
Switch to the perspective that you want to configure.
Select Window → Customize Perspective.
Choose the Shortcuts tab.
Choose the sub-menu whose shortcuts you want to edit.
Use the Categories tree to turn groups of related shortcuts on or off, or select categories to work with individual menu items in the Shortcuts list.
To cause the changes to take effect, choose OK.
Saving a User Defined Perspective
If you have modified a perspective by adding, deleting, or moving (docking) views, you can save your changes for future use using the following procedure:
Switch to the perspective that you want to save.
Choose Window → Save Perspective As.
Type a new name for the perspective into the Name field. Choose OK.
Deleting a User Defined Perspective
You can delete perspectives that you defined yourself, but not those that are delivered with the Workbench. Use the following procedure:
Open the General → Perspectives preference page.
From the Available perspectives list, select the one that you want to delete and choose Delete.
Choose OK.
Resetting Perspectives
To restore a perspective to its original layout, use the following procedure:
Open the General → Perspectives preference page.
From the Available perspectives list, select the perspective you want to restore.
Choose Reset.
Choose OK.