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

In fact the patch I am using locally switches it all off depending on whether refresh workspace automatically is enabled in the preferences.

To be able to do so I have written a plugin for mac-osx which uses the FSEvents API to refresh the workspace. I am not sure whether it is in a shape to or whether I am even allowed to contribute it back, but I could ask if you guys were interested.

Cheers, 
Tobias

Am 24.07.2010 um 15:34 schrieb James Blackburn:

> 
> 
> 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
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top