tornadofx2 icon indicating copy to clipboard operation
tornadofx2 copied to clipboard

TornadoFX 2.0

Results 26 tornadofx2 issues
Sort by recently updated
recently updated
newest added

*If an issue is the incorrect place for this please let me know and I'll close it.* Is there a general **"design doc"** for this project? Something that explains what...

This change won't change anything for the current logic, but it will help for JPro.

I would like to have a group of FXEvents to which I can subscribe all at once and then selectively filter out the specific events, e.g.: ```kt sealed class GameUpdateEvent:...

Some people have been asking ways they can contribute - so here are some ways someone might want to help - in no particular order: - some of the codebase...

discussion

Hi, i believe it would make sense to release even betas on Maven Central. The project could adopt an agile versioning system and release process. The build/release could be made...

I tried to change SmartTableCell to editable. edvin/tornadofx#1238 ![smart](https://user-images.githubusercontent.com/38682240/115441461-8db0fa00-a219-11eb-80dc-88f2a2c49870.gif) `cellformat` and `cellfragment` demand additionaly parameter: `cellFormat(editableDelegate = SmartTableCell.TextFieldDelegate())`

kotlin: 1.4.32 JavaFX: 11, 15 JDK: Liberica TornadoFX 2 ```kotlin object Styles : Stylesheet() { init { defaultColor0 { chartAreaSymbol chartLineSymbol { backgroundColor = multi(Color.GREEN) } } } } class...

closes #29 (issue above contains a minimal runnable example to play with this feature) **Bugfixes:** Also fixes bottom drawer layout when floating WIP: Would want to add documentation about this...

new

If you execute `./gradlew run` on [this commit](https://github.com/CAU-Kiel-Tech-Inf/gui/pull/64/commits/180c338a798eefe6bfda48d1cbc62ebc2b40b39b), start a game and then terminate it, there is a NullPointerException, which leads to an infinite number of Error dialogs popping up...

Going to move the following out of core: * `json` * `rest/http` The resulting folder structure will be: - `/` (`README.md`, `CHANGELOG.md`, `LICENSE`) - `src/` (parent folder for all source)...

devops
new
question
refactor
priority::high