Building should not block other operations
Brought to you by:
fabioz
pydev-extensions 1.0.1, eclipse 3.1.2, java 1.5p6, winXp
With a large and complicated project, rebuilding the
workspace (this seems to happen after every save?) can
actually block a save for a while ("User Operation is
Waiting"). The operation is unblocked __before__ the
rebuild is finished, but it can still take up to half a
minute...
Logged In: YES
user_id=617340
Actually, on every save, it will re-build and re-analyze
your file... I think that I could use a real Thread instead
of the Eclipse 'jobs' API, that is the one that actually
blocks things while the analysis is happening...
I'm changing it to a feature request:
Building should not block other operations
(was: auto-rebuilding workspace can block file-save)