Examples of VhdlDocument


Examples of net.sourceforge.veditor.document.VhdlDocument

          //ITreeContentProvider prov = editor.getHirarchyProvider();
          ITreeContentProvider prov = HdlEditor.current().getHirarchyProvider();
         
          if(prov instanceof VhdlHierarchyProvider) {
            String componenttype = outlineElement.getType();
            ((VhdlHierarchyProvider)(prov)).scanOutline(new VhdlDocument(editor.getHdlDocument().getProject(),outlineElement.getFile()));
            //VerilogPlugin.println("VhdlHierarchyProvider!!! "+ componenttype);
            if(componenttype.startsWith("componentInst#")) {
              componenttype = componenttype.substring(14);
              //VerilogPlugin.println("comptype: "+ componenttype);
              ArchitectureElement el = ((VhdlHierarchyProvider)(prov)).getArchElement(componenttype);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.