edvin / tornadofx-idea-plugin

TornadoFX Plugin for IntelliJ IDEA
Apache License 2.0
73 stars 20 forks source link

Effective Css-View for Type-Safe-Css #45

Open nimakro opened 7 years ago

nimakro commented 7 years ago

A lot of times I am not quite sure if my type safe css is exactly what I am intending to do. And I think it would be nice to have a preview which shows how the actual javafx css looks like.

edvin commented 7 years ago

That's a good idea. I think we might need to include TornadoFX inside of the plugin to do this, so we can render it to a preview pane or something. We could alternatively allow for an intention that pops up the rendered CSS in a scratch editor or something. What would be most practical?