Pulsar-Edit-Highlights / line

@Pulsar-Edit package for highlighting the currently selected line.
https://web.pulsar-edit.dev/packages/highlight-line
MIT License
52 stars 16 forks source link

Selecting a full line highlights the next line. #10

Closed fiveisprime closed 10 years ago

fiveisprime commented 10 years ago

When selecting a full line (using cmd-l) the next line gets the highlight.

In this example, the cursor is on line 25 (notice the color of 25) with the full line selected. Line 26 gets the style property set from highlight-line.

Selection

richrace commented 10 years ago

It's due to the cursor being on the next line.

screen shot 2014-03-21 at 19 37 26

I'll see what I can do.

fiveisprime commented 10 years ago

Maybe this isn't a highlight-text bug. Thanks for looking into it, Richard. :+1:

fiveisprime commented 10 years ago

Thanks again! :smiley: