Workspace with C++ and PHP perspectives.

CodeLite installation/troubleshooting forum
Mook
CodeLite Enthusiast
Posts: 17
Joined: Sat Jul 04, 2015 4:21 pm
Genuine User: Yes
IDE Question: C++
Contact:

Workspace with C++ and PHP perspectives.

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Workspace with C++ and PHP perspectives.

Post 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
Make sure you have read the HOW TO POST thread
Mook
CodeLite Enthusiast
Posts: 17
Joined: Sat Jul 04, 2015 4:21 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Workspace with C++ and PHP perspectives.

Post 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?
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Workspace with C++ and PHP perspectives.

Post by eranif »

you can have php files within the cpp workspace, but you will lose all the benefits, such as code completion etc

Eran
Make sure you have read the HOW TO POST thread
Mook
CodeLite Enthusiast
Posts: 17
Joined: Sat Jul 04, 2015 4:21 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Workspace with C++ and PHP perspectives.

Post 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.
Post Reply