ktmprabhu / spray

Automatically exported from code.google.com/p/spray
0 stars 0 forks source link

Provide quickfixes for shape and style definitions #232

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
By the removal of the container definitions inside the Spray DSL it is required 
to define shapes before the actual mapping from domain to diagram concepts. But 
the normal workflow for defining a diagram editor would still start with the 
Spray DSL file. 

Example:

import fmp.*

diagram FeatureDiagram for Project style DiagramDefaultStyle

class Feature {
    shape FeatureShape  --> just write here the name of the not yet existing shape definition and then a quick fix is provided to create a default shape definition in separate shape file
    behavior {
        create into metaModel palette "Nodes" askFor name
    }    
}

Also provide quick fixes for non resolved style and gradient references.

Original issue reported on code.google.com by de.abg.r...@gmail.com on 23 Dec 2012 at 2:56

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 513df2660df0.

Original comment by de.abg.r...@gmail.com on 6 Jan 2013 at 4:00