Björn Kautler

Results 936 comments of Björn Kautler

@javabrett do you consider applying my PR to your PR branch, or rather not? :-)

I'm clear about a and b and didn't assume either. I just thought you could incorporate my changes into your PR, so that both (hopefully) get merged together. :-)

Seems JxBrowser uses a method that no longer exists. `java.awt.Component.getPeer()` was long deprecated and now was removed from Java 11. For those where the plugin fails on 2019.1, use JBR8...

afaik 2019.2 should still work with Java 8, but Java 11 is the default now. See https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under?page=5 for info on switching

I didn't say use vanilla OpenJDK or Oracle JDK (which is the same, only packaging is different). I said use Java 8. This does not prevent you from using JBR....

+1 Tables also do not render as tables, no matter what is checked in the settings

https://plugins.jetbrains.com/plugin/7793 is capable of this

But +1 anyway :-)

> it includes the type field to handle polymorphism which we don't actually need, but GitHub doesn't like it in the YAML Well, that's because polymorphism is not what you...