Community
Participate
Working Groups
During start of Eclipse I can select a default workspace. If I select the flag "use this workspace as default" the system does not allow me to select another workspace if the default on is in use. It brings a message (screenshot attached) and cancels. I think it would be nicer if the system would allow me to pick another workspace if the default one is in use.
Created attachment 177292 [details] Screenshot
Lars, What happens when you click OK in the dialog? For me it returns back to the Choose Workspace dialog.
If I press Ok Eclipse is closed.
I believe I have found the reason why my behavior is different from Prakashs. I specified the -data "C:\Users\vogella\workspace\examples" parameter. It seems that if this parameter is specified and the workspace is used, you cannot change it.
(In reply to comment #4) > I believe I have found the reason why my behavior is different from Prakashs. I > specified the -data "C:\Users\vogella\workspace\examples" parameter. It seems > that if this parameter is specified and the workspace is used, you cannot > change it. May be because in that case, the OSGi data location is already set, so we can't/shouldn't be changing it. Paul/Boris, Any idea of the behaviour?
(In reply to comment #5) > May be because in that case, the OSGi data location is already set, so we > can't/shouldn't be changing it. Yes, the instance location will already be set before we (the IDE application) get a say in the matter, so the only thing we could do is restart (but then the -data command line arg will be there again). I don't think this can be fixed.
Ok for me. At least I know now the reason.