defunkt/Zen

Gutter option not working

Closed this issue ยท 12 comments

ajtb commented

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;
    }
}

๐Ÿ‘
EDIT:
Windows 10, Atom 1.13.0 ia32; @linickx' hint helped as a workaround.

mbrav commented

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! :-)

I suppose another voice confirming line number keep on showing?
Thanks @linickx

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.

Are you able to accept pull requests? @braver

@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