Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] workspace refresh after build



On 23 July 2010 18:58, Alena Laskavaia <elaskavaia.cdt@xxxxxxxxx> wrote:
I though somebody added a feature to suppress workspace refresh after
build is done, but I cannot find
it in build properties, was I dreaming?

The patches that are about aren't configurable enough to be committed as is. Simply disabling all refresh is too draconian as various bits of CDT assume that the workspace tree is in-sync.

There are a number of bugs which propose improvements to the sync issues and making it better / more lightweight. It's something that's on our high priority list, so I'm hoping to get some time to work on this soon. If we had core.resources support for async non-blocking refresh (which just requires some plumbing to the existing refresh manager: https://bugs.eclipse.org/bugs/show_bug.cgi?id=313673) we could make the CDT end work much better.

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


Back to the top