Thanks for the quick reply Paul. According to your answers:
Paul Webster wrote:
The menu contributions are applied after any programmatic actions
(Properties is added by the Package Explorer) but before any action
contributions (like popupMenus). If the Properties action had an ID
you could place yourself after it, but I wasn't able to find an ID for
that action. There are enhancements to the locationURI to include
some other options (append maybe, or after/before) but they won't be
available until 3.4.
query section). By using the constants' values from the interface
org.eclipse.search.ui.IContextMenuConstants, you can add your
contribution precisely at the desired location. In my case,
popup:org.eclipse.ui.popup.any?after=group.properties is good except for
the query section I'm not able to set properly. As mentionned in my
initial post, tried the group.additions but didn't worked. Remember that
I want to add my menu contribution at the VERY END of the menu.