blob: 62134d0dbaeb6bfa6c4360fc7af75663d5133b34 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="copyright" content=
"Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>
Switching workspaces
</title>
<script language="JavaScript" src=
"PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript">
</script>
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type=
"text/css" />
</head>
<body>
<h1>
Switching workspaces
</h1>
<p>
The current workspace for Eclipse can be switched by using the
<strong>File-&gt;Switch Workspace</strong> command. If you have already
switched your workspace previously the previous workspaces will be
available for selection in the Switch Workspace menu.
</p>
<p>
The Switch Workspace --&gt; Other.. menu item will open the switch
workspace dialog. The dialog will allow you to browse for or manually
enter a new workspace location. The combo will also allow you to select
your previously selected workspaces.
</p>
<p>
<img src="../images/switch_workspace.png" width="438" height="274" alt=
"Picture of the workspace switcher dialog" />
</p>
<h2>
Settings Transfers
</h2>
<p>
When you switch your workspace you can select settings than will be
transferred to the new workspace. These settings are supplied by the
org.eclipse.ui.preferenceTransfer extension.
</p>
<p>
The SDK supplies transfers for:
</p>
<ul>
<li>Workspace Layout: Opened views, their size, and selected
perspectives.
</li>
<li>Working Sets: The user defined working sets.
</li>
</ul>
</body>
</html>