Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Allow new C/C++ project wizard extension

On Thu, Oct 22, 2009 at 2:03 PM, Mike Kucera <mkucera@xxxxxxxxxx> wrote:

In PTP we have created a "Remote C/C++ Project" which allows you to create a CDT project where the files are stored in a remote location and accessed via EFS. We have also created our own version of the CDT new project wizard which has been redesigned to work better for creating remote projects. But in order to get this to work we need to be able to swap out the default CDT wizard with our own. This requires a small API change. Greg has uploaded a patch to bug 293079 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=293079).


Does this mean if you have PTP installed your new C++ project wizard will be different?
 

Now, the issue is that PTP is based on CDT 6, so does anyone have an objection if I apply the patch to the 6.0 branch?

Yes, CDT 6 is API frozen. I've already squashed a number of requests from Wind Riverites to change APIs. We need to follow API guidelines to make sure adopters using those APIs can install a new CDT 6.0.x without having to recompile their plug-ins.

:D.

Back to the top