cppit / jucipp

A lightweight & cross-platform IDE supporting the most recent C++ standards. This project has moved to https://gitlab.com/cppit/jucipp.
https://gitlab.com/cppit/jucipp
MIT License
882 stars 98 forks source link

highlight name clicked on #364

Open MalcolmMielle opened 6 years ago

MalcolmMielle commented 6 years ago

When clicking on a variable (or other), the name gets bold and change size thus causing the rest of the line in the document to move. Visually, this makes it really hard to follow what is going on. Any way to make it go bold without moving the rest of the line ?

eidheim commented 6 years ago

This should be avoided if you use a monospace font

MalcolmMielle commented 6 years ago

True it is not happening with Monospace. But I was using FiraCode which should also be Monospace as far as I know :/

MalcolmMielle commented 6 years ago

Apparemtnly it's a known problem of Fira. Any way to change the behavior in Juci++ ?