cchamplin / atom-debug-ui

MIT License
4 stars 3 forks source link

cursor line marker missing from gutter #15

Open kale1d0code opened 4 years ago

kale1d0code commented 4 years ago

Atom: 1.40.1

There is no current line selection marker in the gutter which creates a visible gap between the line number gutter and the text editor.

I have found out how the linter-default-ui library handles the line selection marker and found that the section of that package which handles subscriptions has access to a TextEditor instance on which it is able to observe cursor position changes and creates the markers in the correct position in it's gutter.

when looking for the corresponding section within this package; it looks as if the section which handles subscriptions does not have access to a TextEditor instance on which it will be able to listen to the cursor position events.