vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
813 stars 129 forks source link

Empty preview after screen resolution changes #812

Open holgerbrandl opened 4 years ago

holgerbrandl commented 4 years ago

When changing the screen resolution (e.g. by unplugging a notebook from a docking station but also when using remote desktop), the preview sometimes becomes empty (and stays empty).

Workaround: Restart IJ. Simply closing and reopening a file does not help.

OS: Windows IJ: 2019.3

vsch commented 4 years ago

@holgerbrandl, sorry for the tardy reply. It has been a madhouse releasing a plugin for the JetBrains market place.

To me this looks like a JavaFX issue with screen resolution or canvas changes. Not sure if I can do something about it but just in case, can you please try it with Markdown Support and see if JetBrains has a solution for this issue.

If it does then I can implement the same solution. They have in-depth knowledge and resources to tackle these issues, especially those working on their bundled JDK software where JavaFX is implemented.