ktmprabhu / spray

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

linking style in Shape-DSL #274

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When we want to use a style in the Shape-DSL, it’s only possible to define 
that style inline in the definition of the shape. Like this:

shape TestShape {
    …
    style(…)
} 

But it would be nice to define the style outside, so that we only have to 
include the used style:

shape TestShape style TestStyle {
   …
}

The DSL / autocompletion already knows this syntax, but it doesn’t work.

Original issue reported on code.google.com by dicheri...@googlemail.com on 22 Jun 2013 at 2:56

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

Original comment by fabio.filippelli on 8 Jul 2013 at 9:46