Page 1 of 1

Workspace with C++ and PHP perspectives.

Posted: Sat Oct 17, 2015 1:34 pm
by Mook
Is it possible to have this configuration? If so how can I do it?

I have a C++ project that I am building a Web based UI for so I would like to combine these two workspaces into one as unloading and reloading is becoming tedious. But I need to be able to keep my separate remote source updates for each project.

I'd be interested to hear your thoughts on this. I have full control of the remote server where both the C++ and Web UI sources are if I need to make changes there.

Re: Workspace with C++ and PHP perspectives.

Posted: Sat Oct 17, 2015 7:44 pm
by eranif
In short: its not possible to combine the two...
The entire IDE is based on the IDE that only one workspace can be opened at once

Eran

Re: Workspace with C++ and PHP perspectives.

Posted: Sun Oct 18, 2015 12:07 pm
by Mook
No I appreciate that only one workspace can be opened at anyone time, but it does not stop you from having multiple projects within that single workspace. So maybe I should have said:

Is it possible to have a single workspace that will support both a C++ project and a PHP project that will still allow me to have workspace mirroring support for my C++ project and PHP Sync for my PHP Web project?

Re: Workspace with C++ and PHP perspectives.

Posted: Sun Oct 18, 2015 12:38 pm
by eranif
you can have php files within the cpp workspace, but you will lose all the benefits, such as code completion etc

Eran

Re: Workspace with C++ and PHP perspectives.

Posted: Mon Oct 19, 2015 12:04 pm
by Mook
OK fair enough so I'll take that as a 'No' then. But maybe supporting this in a future version where you can have the benefits of running multiple projects in a workspace where each of those projects are 'driven' by the project's perspective. Just a thought.