Brice Dutheil

Results 336 comments of Brice Dutheil

Got the same. If this happen again one can patch the app this way, thus avoiding to run it via cli. In `/Applications/VisualVM.app/Contents/Resources/visualvm/etc/visualvm.conf`, there's a section to pass the JDK...

I haven't touched this codebase in a few months, they were quite a few _breaking_ changes in 0.18.0, that the upgrade non straightforward.

@Technophobe01 Cool, thank you !

Hi, I just stumbled on this issue, maybe that's something could interest you ! https://github.com/JetBrains/intellij-community/pull/2850 And the commits that ended up in IJ master * https://github.com/JetBrains/intellij-community/commit/f9f1a0aa07e43fd0ea0ca211f04bc28d6f71ba44 * https://github.com/JetBrains/intellij-community/commit/c23ea21ff1822193ce27a7416d04a3de1a4b25d7 * https://github.com/JetBrains/intellij-community/commit/cb9b167a18eaa48571b925e969add6ecb64ce040

That said it's a bit annoying to integrate with other swing code. E.g. it doesn't work in a `JEditorPane`'s image view because it doesn't use ImageIO. However, using image IO...

Hi there, Thanks for your interest Libraries don't work in any form #16 Frankly at this point I don;t know how to make this work, and severely lacking spare time...