I am using GMF to create an editor. I followed through with the steps in the GMF dashboard but in the last step when I generate the diagram editor code i.e., the ProjectName.diagram package, a syntax error pops up. Specifically in the ModelNameDiagramUtilEditor class, the syntax error refuses to recognize that 'diagram' is not an attribute but is part of the package sequence eg: diagramResource.save(model.diagram.part .ModelDiagramEditorUtil.getSaveOptions()); I realize that this is a long shot but any assistance in where to possibly look for an error would be much appreciated.
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
|