February 3rd, 2012, 05:34 PM
|
#2 (permalink)
|
|
Premium Member
Join Date: Oct 2011
Location: Sydney, Australia
Posts: 193
Device(s): Galaxy Nexus GSM
Thanks: 2
Thanked 37 Times in 33 Posts
|
Eclipse Workspace ≠ Project
Eclipse workspaces are completely separate and distinct from each other. There are few, if any, preferences that are common to all workspaces.
Workspaces should not be used for project management. You shouldn't have one workspace per project. You should only have a single workspace.
I have distinct workspaces for (non-Android) open-source project I work on. I created separate workspaces only because they need to have different preferences.
If you really want to have distinct workspaces, then you need to export your preferences from a configured workspace and import them into the new workspace.
|
|
|
Last edited by jiminaus; February 3rd, 2012 at 05:37 PM.
|
|