alexroldugin / spray

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

Update Spray completion templates to not include container node anymore #227

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Still proposed:

class ... {
    container  ( )
    {
    // add content here

    }
    behavior {
        create into containmentReference palette "PaletteName" askFor askFor
    }    
}

and

class ... {
    connection  ( )
    {
        from from
        to   to
        fromText text ( )  { "" }
        toText text ( )  { "" }
        connectionText text ( )  { "" }
    }
    behavior {
        create into containmentReference palette "PaletteName" askFor askFor
    }   
}

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

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

Original comment by de.abg.r...@gmail.com on 28 Dec 2012 at 9:53