steelbrain / intentions

Base package for showing intentions in Atom
MIT License
53 stars 11 forks source link

intentions highlights render outside of current editor pane #72

Open JTBrinkmann opened 6 years ago

JTBrinkmann commented 6 years ago

when using multiple panes (e.g. side-by-side), intention highlights also render on top of other panes

steps to reproduce

expected result

actual result

screenshots

atom_2018-02-24_12-42-13 atom_2018-02-24_12-45-34 atom_2018-02-24_12-44-47 (note how intentions highlights also render on top of the tabbar of the lower pane, however they don't render within the lower pane's editor)

I tested this issue with (everything up-to-date):

JTBrinkmann commented 6 years ago

I guess the relevant code is in lib/providers-highlight.js line 42-48

steelbrain commented 6 years ago

Thanks for the report, will investigate

aminya commented 3 years ago

I think this was fixed in #98