182183184185186187188189190191192
} } if(componenttype.startsWith("entityInst#")) { EntityInstElement entityInst = (EntityInstElement)outlineElement; ArchitectureElement el = ((VhdlHierarchyProvider)(prov)).getArchElement(entityInst.GetEntityName()); if(el!=null) { editor.showElement(el); } } }