Commented out command ids that are not implemented yet

This commit is contained in:
Pål Hagen 2015-08-17 14:27:21 +02:00
parent fc959c94ae
commit 03fcd1ad9d

View File

@ -564,8 +564,8 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
commandIds << "RicCopyReferencesToClipboardFeature";
commandIds << "RicPasteEclipseViewsFeature";
commandIds << "RicEclipseViewNew";
commandIds << "RicEclipseViewDelete";
//commandIds << "RicEclipseViewNew";
//commandIds << "RicEclipseViewDelete";
}
else if (dynamic_cast<RimEclipseCase*>(uiItem))
{
@ -574,10 +574,10 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
commandIds << "RicPasteEclipseCasesFeature";
commandIds << "RicPasteEclipseViewsFeature";
commandIds << "RicEclipseCaseClose";
commandIds << "RicEclipseCaseNewView";
//commandIds << "RicEclipseCaseClose";
//commandIds << "RicEclipseCaseNewView";
commandIds << "RicEclipseCaseNewGroup";
commandIds << "RicEclipseCaseExecuteScript";
//commandIds << "RicEclipseCaseExecuteScript";
}
else if (dynamic_cast<RimGeoMechCase*>(uiItem))
{
@ -587,7 +587,7 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
}
else if (dynamic_cast<RimIdenticalGridCaseGroup*>(uiItem))
{
commandIds << "RicEclipseCaseNewView";
//commandIds << "RicEclipseCaseNewView";
commandIds << "RicPasteEclipseCasesFeature";
commandIds << "RicPasteEclipseViewsFeature";
}