How to change the default workspace location in Zend Studio?

This may be the most embarrassing question I have ever asked anyone. But I can’t understand for life how to change the default workspace location in Zend Studio 9.0.3 (OS: Windows 7 x64). I used google for the last full hour, and I manually looked at the entire Zend Studio settings page (or at least I think so). In addition, there is this mysteriously looking file named config.iniin %Zend Studio installation folder%\configuration\which has this line in it:

osgi.instance.area.default=@user.home / Zend / workspaces / DefaultWorkspace

And no matter how creatively I try to rewrite this line or completely delete it, I can not make Zend Studio stop digging in my users directory. So here is the problem illustrated by colors:

Zend Studio default workspace location

Whenever I create a new local PHP project, I want this default location to be something else.

+5
source share
1 answer

You can change the workspace using

File > Switch Workspace > Other

Also see Starting Eclipse with a specific workspace.

After you have changed (created a new) workspace, you can delete the old one by selecting

Window > Preferences > General > Startup and Shutdown > Workspaces
+7
source

All Articles