How to use the generator extension point.

The generator system has changed, now there is an extension point de.urszeidler.eclipse.callchain.generatorservice and an interface de.urszeidler.eclipse.callchain.generatorservice.GeneratorExecutable. It's now possible to define a generator by using this extension point. 

generator Extension Point

There is also a wizard, to create the nesesary resources.

This extension point describes the tool entry, the entry are grouped together via the category. The icon is used in the palette and in the figure, the color is the figure color.

The generator must implement the interface de.urszeidler.eclipse.callchain.generatorservice.GeneratorExecutable, or extends the  de.urszeidler.eclipse.callchain.generatorservice.executables.AbstractExecuteable.

GeneratorInterface