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.
Workspace with C++ and PHP perspectives.
-
- CodeLite Enthusiast
- Posts: 17
- Joined: Sat Jul 04, 2015 4:21 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- 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.
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
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
-
- 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.
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?
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?
- 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.
you can have php files within the cpp workspace, but you will lose all the benefits, such as code completion etc
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- 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.
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.