0verEngineer / InlineProblems

Plugin to show problems inside the text editor for IDEs based on the IntelliJ Platform
GNU General Public License v3.0
61 stars 7 forks source link

Add delta font size #17

Closed HiRoS-neko closed 1 year ago

HiRoS-neko commented 1 year ago

16

What I came up with quickly in order to modify the delta font size, This needs some cleanup

0verEngineer commented 1 year ago

@HiRoS-neko I added some code for the boxes to respect the changed size. What do you think about my changes? The box position is not perfect in all sizes but it is ok for now i think because i will try to switch to the provided com/intellij/codeInsight/daemon/impl/HintRenderer.kt in the future.

HiRoS-neko commented 1 year ago

Looking real nice, thank you