Gutter option not working
Closed this issue ยท 12 comments
MacOS Sierra: no matter if the "Gutter" option is checked or not, the line numbers do not disappear. Atom: 1.13.0-beta8
๐ Same Issue on OSX 10.11.6 + Atom 1.13.0
Added this to my Style.less to fix...
[data-zen="true"] {
.gutter {
display: none;
}
}
Can confirm, the line numbers do not disappear when the gutter option is checked.
MacOSX 10.12.3, Atom 1.13.1
Thanks to @linickx' for providing a workaround.
@defunkt If I submit a PR that resolves this issue, will you accept it?
@refactorsaurusrex please do! :-)
Since this repo seems all but abandoned, I'm planning on forking it and releasing an update myself. (Unless someone else beats me to it.) I just haven't had time recently. Watch here, if you're interested.
@refactorsaurusrex have you tried contacting @braver? IIRC he is the current maintainer.
Technically I'm the maintainer, but I'm afraid I'm not actively working on it. Don't really have the time. @defunkt seems like a busy guy, so adding maintainers is a bit impractical... but who knows, shoot the guy an email and see what happens.
@elebumm definitely can do that. I'm not monitoring this repo, but I could go an do some pr's and a release right now.
Seems we've got this covered now