Skip to content

cursor line marker missing from gutter #15

@kale1d0code

Description

@kale1d0code

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions