Nicolas Arnaud-Cormos

Results 8 comments of Nicolas Arnaud-Cormos

https://quality.kdab.com/browse/LOCA-489

Oups, didn't want to close it

Is there a way to fix that without refactoring everything? Bug is 5+ years old, it's clear that nobody wants to fix it the best way. This is impacting all...

Thanks, I know about this work-around, one of the problem is that every CMake run will erase your changes. The only way to fix it right now: - either to...

> In other words, ensure that the paths in `compile_commands.json` match the case of the paths vscode sends over LSP, either by getting the tool that generates `compile_commands.json` to produce...

Could be interesting to integrate something like [taffy](https://github.com/DioxusLabs/taffy). Seems to be used by many different UI toolkit already.

Seems like it's working with some specific scheme, but not all. For example, `cmc-16`, `cmc-tc` or `dracula-tc` shows a color column. But other scheme don't (like `atom-dark`, or the default...

Yes, I'm testing with multilines buffer. I still can't understand why it's working with some schemes and not others... I thought at first it was a problem with truecolors, but...