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.

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.

share|improve this question
    
Is there actually a space between "part" and ".ModelDiagram..." etc. or was that introduced when you posted it here? –  David Conrad Jun 24 at 18:36
    
@DavidConrad sorry that only happened here –  Asher Jun 25 at 3:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.