abe33 / abe33/atom-pigments

Pigments not showing colors past window height.

Aperta
#333 13 commenti 3 reazioni 0 assegnatari Vedi su GitHub
bug
Lingua principale
CoffeeScript
Stelle
518
Fork
70
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

This is specific to color coding with any of the dot options (dot, square, gutter). The highlight options still work correctly.

After a recent update, pigments stopped showing colors after the first 52 *visible* lines of the file. An older install of atom (0.39 and 0.13) works just fine on the same files). This is specifically happening at line 52 with the font set to 12px. Changing the font size or line height move the break point up and down. Math works out to failing at 936 pixels or thereabouts, seemingly no more meaningful that 52 lines of text.
![image](https://user-images.githubusercontent.com/1514228/29190886-b69ffe32-7de9-11e7-8ea4-2e84321af627.png)

If the line height does not evenly divide into 936, then the break occurs mid-line with an alpha-box blow where the color breaks. Collapsing lines moves the break point down correspondingly.

![image](https://user-images.githubusercontent.com/1514228/29190609-d5bbc5d6-7de8-11e7-9a7f-ef83e9f765df.png)

This occurs for all file types tested so far (SCSS, CSS, HTML, PHP).

No idea if it is pigments or atom 1.19. Other packages are acting wonky, but usually with error popups.

```
Pigments 0.40.2
Atom 1.19.0
Windows 10 Pro 15063.502
```

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.