Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualization rendering issue #2

Open
onewhl opened this issue Apr 12, 2023 · 2 comments
Open

Visualization rendering issue #2

onewhl opened this issue Apr 12, 2023 · 2 comments

Comments

@onewhl
Copy link

onewhl commented Apr 12, 2023

Hi!
I tested the plugin on a Java project and noticed an issue with visualization rendering in the editor.
Screen Shot 2023-04-12 at 2 16 45 PM

OS: Mac OS 11.5.2
Plugin version: 1.0.0 (took it from releases on GitHub)
IDE version: IntelliJ IDEA Community Edition 2022.2.5

@olivermoseler
Copy link
Member

Hi,

thank you very much for your report. It is a known issue. While we are working on a solution, you can work around the problem by adding the following line to the IDEA startup options:

-Dsun.java2d.uiScale.enabled=true
-Dsun.java2d.uiScale=1

You will find the location of the IDEA startup options here:

  • macOS: IntelliJ IDEA.app/Contents/bin/idea.vmoptions
  • Microsoft Windows: <IDE_HOME>\bin\idea64.exe.vmoptions
  • Linux: <IDE_HOME>/bin/idea64.vmoptions

Date: April 20, 2023
https://www.jetbrains.com/help/idea/tuning-the-ide.html

@onewhl
Copy link
Author

onewhl commented Apr 20, 2023

@olivermoseler thank you very much for the answer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants