Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Clean projects

Hi,

Indexing is independent from the builder now.
Previously mixin index was updated from the builder, but type/function index was independent.
Now both indexes are independent from the builder.

So, clean should delete problem/task markers and generated resources, if any.
Like it is in JDT.

Regards,
Alex

Michael Spector wrote:
Hi All,

Can you explain what "clean projects" action should do? I thought it
should re-build index files, but actually it has no affect.

Thanks!



Back to the top