Bug 21872 - [Workbench] RFE - Multiple workspaces
Summary: [Workbench] RFE - Multiple workspaces
Status: RESOLVED DUPLICATE of bug 23520
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2002-07-24 16:02 EDT by David Almilli CLA
Modified: 2003-02-07 12:43 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Almilli CLA 2002-07-24 16:02:37 EDT
It would be nice to have a file which defined a workspace of projects similar 
to the way Visual C++ does it.  Inside the workspace would be a set of 
projects.  This way when switching between working environments for different 
codebases, you don't have to close and open up several projects in order to 
switch back and forth.
Comment 1 Nick Edgar CLA 2002-07-25 10:55:18 EDT
Note that you can point eclipse at different workspaces using:
eclipse -data c:\myworkspace

Comment 2 David Almilli CLA 2002-07-25 12:29:56 EDT
I didn't know that you could do that.  Thanks for the info.  I still think it 
should be possible to do without shutting eclipse down and restarting it for a 
different workspace.
Comment 3 Nick Edgar CLA 2002-07-25 14:44:27 EDT
You can run multiple workspaces simultaneously (but you can't launch the same 
workspace twice simultaneously).

Also, if you include -showlocation as well as -data, then the workspace path is 
shown in the window title.

But I agree the user shouldn't have to rely on command line args to manage 
multiple workspaces.
Comment 4 Kevin Haaland CLA 2003-02-07 12:43:43 EST

*** This bug has been marked as a duplicate of 23520 ***