Hi,
I want to add an editor action to my gmf editor and I found
contributionItemProviders extension point can be used for this purpose.
However I tried to mimic logic example without success, the
"CustomContributionItemProvider" class's createTool() method was never get
called and of course no editor action showed up.
I listed the plugin.xml fragment below, anyone can give some suggestion?