brcosta / clj-extras-plugin

Clojure Extras IntelliJ Plugin
https://plugins.jetbrains.com/plugin/18108-clojure-extras/
Apache License 2.0
56 stars 12 forks source link

Inline-eval font size #18

Open ikitommi opened 2 years ago

ikitommi commented 2 years ago

Hi, just preparing my demo of malli using Cursive + CLJ Extras. One thing I noticed that the inline eval results font size seems to be fixed. Is there / could there be an option to make it bigger? could it follow the normal font size?

below is what it looks for me in distraction free (presentation) mode. Usually using even bigger fonts here:

Screenshot 2022-02-22 at 0 45 45
brcosta commented 2 years ago

This seem to be standard intellij behavior, all hint windows (not just inline eval's) do not inherit editor font sizing when zooming:

image

The only workaround I found so far is using presentation mode directly instead of using pinch-to-zoom or mouse-wheel zooming... maybe this is an intellij bug?