Hi everyone here,
when I use WDK ecplise plugin, there is a tree view for actions.

But I found it doesn't list all my Actions defined in xml. Some of my definition xml file has 2 or more scopes in it. It seems some actions are covered by other actions. but I can't find the reason.
for example:
<scope type="dm_folder">
<action id="newnotepage">
</action
</scope>
<scope type="dm_folder">
<action id="workflow">
</action>
</scope>
WDK plugins only show newnotepage actions, why? I can't find any special rule for Actions definition xml.
Does someone know? ?Thanks.