Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDT ignores IWorkspace.AVOID_UPDATE

Hello

I'm still trying to find a way to make to postpone the indexer untill "it is safe" during cdt project creation.

When doing so I noticed that ICProjectDescriptionListener events are triggered when running a thread started with the IWorkspace.AVOID_UPDATE flag

As to the documentation I would assume the ICProjectDescriptionListener events to be non-existing in regards to changes done by the AVOID_UPDATE invoked thread.

Am I understanding this correctly? Should I create a bugzilla?

Best regards

Jantje

int org.eclipse.core.resources.IWorkspace.AVOID_UPDATE : 1 [0x1]

flag constant (bit mask value 1) indicating that resource change notifications should be avoided during the invocation of a compound resource changing operation.


Back to the top