Skip to content
Snippets Groups Projects
Commit 37f7a99c authored by Florian Hölzl's avatar Florian Hölzl
Browse files

RED

refs 2093
parent aa39c8ce
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,9 @@ import org.eclipse.jface.action.IContributionItem;
import org.fortiss.tooling.kernel.ui.extension.data.ContextMenuContextProvider;
/**
* TODO: comment
*
* TODO: Who is this, again ?
*
* @author Andreiasw1
* @author $Author: hoelzl $
......
......@@ -26,6 +26,8 @@ import org.eclipse.jface.resource.ImageDescriptor;
/**
* support for multi object selection
*
* TODO: who is this? Use SVN login, not your workstation username!
*
* @author Andreiasw1
* @author $Author: hoelzl $
* @version $Rev: 18709 $
......@@ -90,5 +92,4 @@ public abstract class MultiEObjectActionBase<T extends List<? extends EObject>>
protected boolean computeEnabled() {
return true;
}
}
......@@ -56,6 +56,7 @@ public class CopyAction extends EObjectActionBase<EObject> {
if(targets == null || targets.isEmpty()) {
return;
}
// TODO: B.19
EList<EObject> cleanedTargets = KernelModelElementUtils.topParents(targets);
copyToClipboard(KernelModelElementUtils.topParents(cleanedTargets));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment