Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Project idea for dynamically adding header files to code




On Tue, Apr 1, 2014 at 7:49 AM, Fongoh Martin <fongohmartin@xxxxxxxxx> wrote:
Hello there.

i am an applicant of this year's gsoc under eclipse and the idea i came up with is adding a functionality to the CDT dev tool such that in the case of omission of a header by a user(programmer), CDT can automatically traverse the code and see those functions used without the headers included and automatically includes them.

This is already done by Organize Includes command. 

This will be performed during the preprocessing stage.

Did you mean C/C++ preprocessor? It is not allowed to modify the program.

The user will have the option of deciding on whether to add such aids when preprocessing maybe by us adding another button and linking it to that purpose.

I will much appreciate comments from all especially the lead of this tool (CDT) can say something on this proposal.

Thanks

Waiting . . .

-sergey 

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top