Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] new c/c++ project converter

I committed the patch  for https://bugs.eclipse.org/bugs/show_bug.cgi?id=268850
which changed Convert to C/C++ make project wizard to Convert to C/C++ Project with new wizard pages

The reasoning behind it is:
- We don't have convert to Managed project wizard
- Convert to C/C++ make project were effectively broken because in "new project model" make project is type of managed project and you
have to pick toolchain. This converter were doing make project without toolchain which means no binary parsers, which means no
binary recognition, broken launch, etc
- We could have done 2 wizards (make & managed) but there is only one for create project, so it is better to re-use UI concepts as much as we can.


Let me know if anybody have concerns with that.


Back to the top