Björn Kautler

Results 489 issues of Björn Kautler

Is there a reason the gfma browser tool window is not usable while indexes are rebuilt? I guess this is simply the default in case a plugin needs the indexes...

It would be really nice if the plugin would have synchronized scrolling, meaning that if you scroll in the editor, the rendered page scrolls to that same point and if...

wontfix

When you export a code style config from IntelliJ to an `.editorconfig` file, there are several keys without value. This makes the ktlint plugin 0.20.0-beta-4 not work anymore as it...

There should be an option to toggle indenting of list markers. Either a boolean to switch it between off and 1 per level from level 2 on (current default), or...

Some other languages like Java and Kotlin have an option in the formatter to "Keep Line Breaks" while reformatting. This does not mean that for example if you have 3...

enhancement
help wanted

Currently the formatter always puts line continuation text in a list item on the very start of the line like ```adoc * foo ** bar baz ``` It would be...

enhancement
help wanted

When having multiple TestFX features with Spock parallel test execution enabled, the tests fail with "Application launch must not be called more than once". If parallel execution is not possible...

The JavaFX libraries contain platform-specific native libraries. With the JavaFX Gradle plugin 0.1.0+ applied, or also natively after openjdk/jfx#1232 is finished, the JavaFX modules have various OS and architecture dependent...