Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] IScriptBuilder breaking changes

Hi all,

I've just committed some breaking changes related to the script builder.
The idea for this improvement is to provide more information about the resource changes happened to the language specific code.

For example, previously there was no way to access deleted resources/source modules.
Now the IScriptBuilder.build() method has the parameter of type org.eclipse.dltk.core.builder.IBuildChange with all the information about the changed files.

Please look at the code and respond if you have any feedback.

Thanks,
Alex


Back to the top