nimakro
nimakro
Currently the `Structure`-View only shows the root property and the used `JavaFX` node class. It would be nice to also show all child nodes. In addition it should be possible...
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...
The following code snippet: ` treeTableCell { backgroundInsets += box(1.5.px, 0.0.px, 1.5.px, 0.0.px)}` should show an indent that the box statement could be simplified to: ` treeTableCell { backgroundInsets +=...
It should be possible to have the `ViewBuilder` side by side with the code editor view like the markdown plugin form intelliJ does.
We need to implement a library view, which will allow's to drag and drop items into the preview view or the hierarchy view. The controls which are shipped with JavaFX...
If a builder only has one statement like: ` button("button") { action { println("Hello World") } } ` Then the plugin should show a hint to simplified it to this:...
Create Issues for each page so we have an overview which pages still need to be migrated to the guide or at least be deleted and linked to the guide....
- [ ] Move the [Async Task Exceution](https://github.com/edvin/tornadofx/wiki/Async-Task-Execution) chapter to the guide - [ ] Delete content of the wiki page and add link to the chapter in the guide
- [ ] Move missing info to the guide - [ ] Remove content of Application Startup chapter and add a link to the guide.