Cédric Néhémie

Results 91 comments of Cédric Néhémie

Have you tried [pigments](https://atom.io/packages/pigments) instead of `atom-color-highlight`? Actually `pigments` is the successor of `atom-color-highlight` and also a complete rewrite in order to solve these performances issues. Scrolling performances and highlights...

For the double quote, you can prevent that by changing the styles of the markers to remove the margins and paddings. For the marker z-index, putting it behind text make...

> Can the highlighted texts have the highest z-index, then the markers, and the rest texts have the lowest? Unfortunately no, by doing that the contrast text would overlay above...

Hmm, weird indeed. Have you checked if the missing modules were properly installed in the packages' `node_modules` directory? Have you tried reinstalling the packages? My guess is that since 0.187...

1. Thanks! Glad you like it, I initially discovered that feature in FDT in my AS3 days and I just pushed the concept a bit further. 2. I haven't noticed...

Oh, interesting, have you tried to inspect this blue line to see where it comes from?

I'm not sure how I can prevent that but I'll take a look, anyway, thanks for the report!

Nice catch :+1: , I'll try to fix that soon.

Thanks for the report, can you give me the version of `atom-color-highlight` and `project-palette-finder` too?

Actually I think node content aren't scoped with a `.string` class (which I use to filter colors in string). It'll be interesting to check if there's a scope that can...