Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Missing source/output exclusion filter options in CDT project wizards

When you create a new Java project in the JDT, you will get the option to set source exclusion filters via the Source tab in the Java project wizard (for existing Java projects, you can also do this via the project properties).

This option is lacking when you create a new standard/managed make C/C++ project in the CDT. However, you can set source and output exclusion filters after a project has been created via the project properties (i.e. the Source and Output tabs in the C/C++ Project Paths settings).

Unfortunately, if you want to create a new CDT project from a large legacy source structure that contains various binaries and other non-source files interleaved in the same directory structure as the source files, CDT will start to process the full contents of this large directory structure as soon as the project is created and before the user gets a chance to set appropriate exclusion filters via the project properties. This can be a very time and CPU consuming process and frustrating experience for the user.

If the Source and Output tabs in the CDT project properties would be available in the CDT project wizards as well, just as in JDT, this issue would no longer be a problem.

What do you think?


Regards,
Stefan

begin:vcard
fn:Stefan Bylund
n:Bylund;Stefan
org:Enea Embedded Technology AB
adr;quoted-printable;quoted-printable:;;Nytorpsv=C3=A4gen 5B, Box 232;T=C3=A4by;;183 23;Sweden
email;internet:steby@xxxxxxx
title:Software Engineer
tel;work:+46 8 50714000
tel;cell:+46 709 714325
url:http://www.ose.com
version:2.1
end:vcard


Back to the top