Community
Participate
Working Groups
what do you think about moving this class from modelexplorer in org.eclipse.core ? it doesn't depend on anything else and could then be used in plugins without depending on the model explorer. As an example there is the org.eclipse.papyrus.uml.menu plugin that depends of modelexplorer because of that while it is not really necessary. I want to use it in controlmode plugin but I don't want to depend of modelexplorer.
A copy of this class also exists in uml.modelexplorer and sysml.modelexplorer. I really don't see the point of that since it is available in modelexplorer which is a dependency, I am guessing it is the consequence of some refactoring.
I'd prefer you leave {oep}.uml.modelexplorer and {oep}.sysml.modelexplorer as is until the release (bug fixes are welcome but not refactoring for now).
This class has been duplicated in 4 plug-ins. The 4 classes now have different implementations. None of these implementation seems valid (Deprecated code, rely on Active editor, or memory leaks...)