Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cursor line marker missing from gutter #15

Open
kale1d0code opened this issue Sep 11, 2019 · 0 comments
Open

cursor line marker missing from gutter #15

kale1d0code opened this issue Sep 11, 2019 · 0 comments

Comments

@kale1d0code
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant