mirror of
				https://github.com/OPM/ResInsight.git
				synced 2025-02-25 18:55:39 -06:00 
			
		
		
		
	Commented out command ids that are not implemented yet
This commit is contained in:
		@@ -564,8 +564,8 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
 | 
				
			|||||||
            commandIds << "RicCopyReferencesToClipboardFeature";
 | 
					            commandIds << "RicCopyReferencesToClipboardFeature";
 | 
				
			||||||
            commandIds << "RicPasteEclipseViewsFeature";
 | 
					            commandIds << "RicPasteEclipseViewsFeature";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            commandIds << "RicEclipseViewNew";
 | 
					            //commandIds << "RicEclipseViewNew";
 | 
				
			||||||
            commandIds << "RicEclipseViewDelete";
 | 
					            //commandIds << "RicEclipseViewDelete";
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        else if (dynamic_cast<RimEclipseCase*>(uiItem))
 | 
					        else if (dynamic_cast<RimEclipseCase*>(uiItem))
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
@@ -574,10 +574,10 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
 | 
				
			|||||||
            commandIds << "RicPasteEclipseCasesFeature";
 | 
					            commandIds << "RicPasteEclipseCasesFeature";
 | 
				
			||||||
            commandIds << "RicPasteEclipseViewsFeature";
 | 
					            commandIds << "RicPasteEclipseViewsFeature";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            commandIds << "RicEclipseCaseClose";
 | 
					            //commandIds << "RicEclipseCaseClose";
 | 
				
			||||||
            commandIds << "RicEclipseCaseNewView";
 | 
					            //commandIds << "RicEclipseCaseNewView";
 | 
				
			||||||
            commandIds << "RicEclipseCaseNewGroup";
 | 
					            commandIds << "RicEclipseCaseNewGroup";
 | 
				
			||||||
            commandIds << "RicEclipseCaseExecuteScript";
 | 
					            //commandIds << "RicEclipseCaseExecuteScript";
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        else if (dynamic_cast<RimGeoMechCase*>(uiItem))
 | 
					        else if (dynamic_cast<RimGeoMechCase*>(uiItem))
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
@@ -587,7 +587,7 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
        else if (dynamic_cast<RimIdenticalGridCaseGroup*>(uiItem))
 | 
					        else if (dynamic_cast<RimIdenticalGridCaseGroup*>(uiItem))
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            commandIds << "RicEclipseCaseNewView";
 | 
					            //commandIds << "RicEclipseCaseNewView";
 | 
				
			||||||
            commandIds << "RicPasteEclipseCasesFeature";
 | 
					            commandIds << "RicPasteEclipseCasesFeature";
 | 
				
			||||||
            commandIds << "RicPasteEclipseViewsFeature";
 | 
					            commandIds << "RicPasteEclipseViewsFeature";
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user