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

Doesn't work in Windows #20

Closed thepeoplescoder closed 10 years ago

thepeoplescoder commented 10 years ago

This plugin works flawlessly in OSX. Windows, not so much. I notice whenever I install this plugin in the Windows version of Atom, all the text in my file is superimposed at the very top line.

richrace commented 10 years ago

Could you please take a screen shot? I don't have Windows near me at the moment.

richrace commented 10 years ago

And are you using React Editor?

thepeoplescoder commented 10 years ago

I'm using the Atom text editor: https://atom.io/

Attached is the screenshot. It still works great in *nix based OSes though!

capture

thepeoplescoder commented 10 years ago

I should probably mention that I'm fairly new to Atom, also.

richrace commented 10 years ago

Sorry, React as in: Settings -> Core Settings -> 'Use React Editor'

thepeoplescoder commented 10 years ago

I JUST Googled what you were talking about the moment before I got your response. :D

richrace commented 10 years ago

Any difference after enabling it?

thepeoplescoder commented 10 years ago

Yeah, the superimposing effect is gone, which is great.

The only problem that remains is when I use C++ style single line comments, the text superimposes on the comment delimiter:

capture

thepeoplescoder commented 10 years ago

It seems like the first two characters that appear after the comment delimiter superimpose themselves on top of it.

richrace commented 10 years ago

Good News (??) it happens in Mac as well. Looking into now.

richrace commented 10 years ago

Thanks for that. Just pushed a new version should fix that problem.