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
Original issue reported on code.google.com by
dicheri...@googlemail.com
on 22 Jun 2013 at 2:56