Adding Copy/Paste to Eclipse CNF popup menu
问题 We have added a new custom view to our Eclipse Kepler environment. The new view is similar to the Navigator view and the Project Explorer view, except that it filters and reorders the displayed resources according to our special needs. After creating the custom view using the Eclipse Common Navigator Framework (CNF), we find that there are no edit items such as Copy nor Paste in the popup context menu, and they are disabled in the regular dropdown menu. So now we need to add them. Several