Friday, September 21, 2007

Dialog box to choose workspace in eclipse

Inorder to enable popping of a Dialog box to select a workspace in an eclipse application,
browse to configuration\.settings under eclipse root directory and edit org.eclipse.ui.ide.prefs
Set attribute SHOW_WORKSPACE_SELECTION_DIALOG=true

Therez another way around to do this by editing the registry.
Would post about it some other time.

2 comments:

Unknown said...

Thanks a lot. This tip saved my day.

One suggestion though: add some search keywords like "remove default eclipse workspace", so that your post is easily Google-able.

PS: Proud that a co-Bangalorean helped me. :)

Hui WANG said...

Thanks, it works !