what to do ?

I have eclipse.

I click on it.

It opens up.

it asks to "select an workspace" and drop down box. ( i have many workspaces indeed)

Here is my question,

I DONT want a particular workspace to come up in the drop down list .

what to do ?

[275 byte] By [Unknown_Citizena] at [2007-11-27 10:21:29]
# 1

From the "Window" menu item, have a look at "General"->"Startup and shutdown".

pbrockway2a at 2007-7-28 17:10:17 > top of Java-index,Java Essentials,Java Programming...
# 2

Workspace references are kept in a file (obviously) but I can't remember what it's called or where it is. Almost certainly under <eclipse_dir>/configuration, or in your home directory/.eclipse. Search those directories for a textual reference to the workspace in question, and edit the file, would be my advice

georgemca at 2007-7-28 17:10:17 > top of Java-index,Java Essentials,Java Programming...
# 3

> From the "Window" menu item, have a look at

> "General"->"Startup and shutdown".

Ok. i tried that.

But did not find any options for Removing a particular workspace.

Unknown_Citizena at 2007-7-28 17:10:17 > top of Java-index,Java Essentials,Java Programming...
# 4

> But did not find any options for Removing a particular workspace.

Sorry - I've just read more carefully. I was thinking of the "Prompt for workspace on startup" option. Making this unchecked means you won't be bothered with the dialog and its dropdown box at all.

If you just want to get rid of one project, try what georgemc said, or delete the project from within Eclipse, or remove the corresponding folder from the eclipse folder. (or some combination!)

pbrockway2a at 2007-7-28 17:10:17 > top of Java-index,Java Essentials,Java Programming...
# 5

geo , the entire eclipse directory (c:\eclipse) has been searched with a text editor TEXTPAD.

but did not find any configuration file where the name of the workspace could be written !

Message was edited by:

Unknown_Citizen

Unknown_Citizena at 2007-7-28 17:10:17 > top of Java-index,Java Essentials,Java Programming...
# 6

> geo , the entire eclipse directory (c:\eclipse) has

> been searched with a text editor TEXTPAD.

>

> but did not find any configuration file where the

> name of the workspace could be written !

>

> Message was edited by:

> Unknown_Citizen

Hmmmm. Maybe it's a binary config file, then, but I wouldn't have expected that from Eclipse. I don't think just deleting the workspace folder will work, I still have non-existent workspaces in my list. IIRC, the list of workspaces is finite in size, you could just fill it up with others!

Failing that, get to the newsgroups at eclipse.org and ask there. It can be done, definately

georgemca at 2007-7-28 17:10:17 > top of Java-index,Java Essentials,Java Programming...
# 7

everything is in :

<eclipse_folder>/configuration/.settings/org.eclipse.ui.ide.prefs

easier to change under linux but i don't know under windows if it's easy!!

suparenoa at 2007-7-28 17:10:17 > top of Java-index,Java Essentials,Java Programming...
# 8

> everything is in :

> <eclipse_folder>/configuration/.settings/org.ecli

> pse.ui.ide.prefs

> easier to change under linux but i don't know under

> windows if it's easy!!

yahoo ...I found it there .

the org.eclipse.ui.ide.prefs file has the list of workspaces .

well, i dont want to remove the entry really from there.I would like to do a uncommentation.

is there any uncommentation symbol in prefs file ?

Unknown_Citizena at 2007-7-28 17:10:17 > top of Java-index,Java Essentials,Java Programming...
# 9

Make a backup of the file.

Try the # symbol as a comment

macrules2a at 2007-7-28 17:10:17 > top of Java-index,Java Essentials,Java Programming...