But could you please answer to these quick and simple questions:
* Is there a way to specifiy an ordering of plugins calls (it is
needed in
order to perform analyzis after language identification) ?
I do not clearly understand the question.
If you mean if you can call a set of extension that imlement the same
extension point in a ordered way, the answer is sure.
Since you implement the class that provides the extension point this
is very easy.
You can simple have the extension classes in a ordered array and
order the extensions by any attributed defined in the plugin manifest
file.
You can simple implement a custom comparator to order your extension
classes.
Stefan