Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Build finish event

Hi,

In CDT, when there are two or more set of files without any dependency
among them and a build is performed, problems are marked only on one
set of dependant files, even if there are errors in all files. That
is: having three files (one.c, two.c, three.c), all of them having
compile errors, if two.c dependes on three.c and a build is performed,
either problems in one.c or problems in two.c and three.c will be
marked, but not all at a time. The build is done over each set of
dependant files and it seems that problem markers are cleared after
building each set of files.

I am extending CDT I would like all problems that result of a build to
be marked. Is there a way of doing so? If not, is there a way of being
notified of when the build process finishes? I could have a chance  to
mark all the problems collected after building.

Thanks in advance,
Patxi.


Back to the top