AtomLinter / atom-minimap-linter

Atom package to display linter markers on minimap
MIT License
26 stars 6 forks source link

Multiple panes do not have consistent highlights on minimap #16

Closed mehcode closed 7 years ago

mehcode commented 7 years ago

screen shot 2017-07-13 at 2 20 06 am

Reproduce:

  1. Open a file. Get some errors going. See those minimap-linter highlights.
  2. Split the file into a new pane. Notice the minimap-linter highlights do not get applied to the new pane.
Arcanemagus commented 7 years ago

Ooo, very interesting bug, looks like even when a new lint is triggered the old messages aren't shown since this only uses the patch messages for updates.