Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Removing C Project and C++ Project Wizards

That I can probably fix.

What I was worried about more was the one Marc-Andre mentioned. https://bugs.eclipse.org/bugs/show_bug.cgi?id=502868

If that one is not an issue for anyone, I'll proceed.

BTW, first steps is to hide the wizard shortcuts from the C/C++ Perspective in the File menu and the context menu of the project navigator. I'll remove the entries from the newWizards extension once we've fixed this and any additional bugs.

Thanks!
Doug.

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Liviu Ionescu
> Sent: Wednesday, November 8, 2017 3:02 PM
> To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
> Subject: Re: [cdt-dev] Removing C Project and C++ Project Wizards
> 
> > We could really use help here. Are the problems reproducible with the
> toolchains included in the CDT?
> 
> as I tested in the original report for
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=512550, the problem is that the
> new wizard does not honour canFinish().
> 
> although not catastrophic, you can check this with the Cross GCC toolchain.
> 
> normally, if the Cross compiler prefix, that needs to be entered in the last
> screen, is empty, the Finish button should not be enabled.
> 
> with the old wizard the Finish button is disabled until the last page is entered.
> 
> 
> regards,
> 
> Liviu
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top