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

Won't highlight wrapped part of long lines. #71

Open rwese opened 9 years ago

rwese commented 9 years ago

For example this screenshot, php code: Screenshot

This would be very helpful since I frequently have code which wraps over multiple lines.

Thanks!

richrace commented 9 years ago

I'll add this as an option, I think.

I prefer it when the highlight is only on the line with the cursor.

So something like Treat soft wrap as one line?

rwese commented 9 years ago

So something like Treat soft wrap as one line?

That would be great, because I often have to deal with wrapping lines of code where I have to able to easily make out when it stops.

It would be even better if the entire Line, including soft wrap was highlightes but the Current-Cursor-Line was is highlighted slightly different, best of both worlds.

timjs commented 8 years ago

Would be awesome!

What's the status of this feature?

jdw1996 commented 7 years ago

I just thought of this today and found this issue.

I looked into the HTML of the editor, but couldn't find a class used for the wrapped parts of the current line. Is this addition still planned?