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

bug: code lenses don't resize when editor font size changes #1447

Open
steveyegge opened this issue May 3, 2024 · 0 comments
Open

bug: code lenses don't resize when editor font size changes #1447

steveyegge opened this issue May 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@steveyegge
Copy link
Contributor

Cody Version

5.5.9-nightly

IDE Information

IntelliJ IDEA 2023.3.3 (Ultimate Edition)
Build #IU-233.14015.106, built on January 24, 2024
Licensed to Steve Yegge
Subscription is active until June 24, 2024.
Runtime version: 17.0.9+7-b1087.11 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 14.4.1
GC: G1 Young Generation, G1 Old Generation
Memory: 8192M
Cores: 10
Metal Rendering is ON
Registry:
ide.experimental.ui=true
editor.minimap.enabled=true
markdown.open.vcs.log.link=true
Non-Bundled Plugins:
com.drinchev.projectlabel (1.3.1)
com.facebook.ktfmt_idea_plugin (1.1.0.49)
google-java-format (1.22.0.0)
net.ashald.envfile (3.4.2)
DevKit (233.14015.152)
com.intellij.ml.llm (233.14015.147)
com.github.copilot (1.5.2.5345)
com.intellij.bigdatatools.core (233.14015.106)
com.intellij.bigdatatools.binary.files (233.11799.267)
com.intellij.bigdatatools.rfs (233.14015.106)
com.intellij.bigdatatools.metastore.core (233.13135.65)
com.intellij.bigdatatools.flink (233.13135.103)
com.sourcegraph.jetbrains (5.5.8-nightly)
com.intellij.bigdatatools.kafka (233.13135.103)
com.intellij.bigdatatools.spark (233.13135.103)
com.intellij.bigdatatools.zeppelin (233.13135.65)
com.intellij.bigdatatools (233.13135.65)
Kotlin: 233.14015.106-IJ

Describe the bug

  • Issue an inline edit such as Document Code.
  • wait for Accept / Retry / Diff / etc. lens group to appear
  • Preferences -> Editor -> Font Size -> change it (say, double it)

The code lens group stays the original font size until you close and reopen it by starting a new inline edit.

Expected behavior

It should notice when the font changes and recalculate its geometry and repaint.

Additional context

No response

@steveyegge steveyegge added the bug Something isn't working label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant