justmoon / relative-numbers

Relative line numbers package for Atom
https://atom.io/packages/relative-numbers
MIT License
37 stars 16 forks source link

Created Setting to Show Absolute Numbers #8

Closed jaidetree closed 8 years ago

jaidetree commented 8 years ago

Hey again, so after talking to some people in the Atom Slack the recommended way to have a config option affect styles was simply to add\remove a class. So with some minor edits a "Show absolute line numbers" setting was created to show the absolute numbers that are hidden by this plugin by default.

I think it's kind of convenient to have a setting as it's not so much a personalized customization as I imagine is the intent behind the custom stylesheets in atom but a pretty specific selector & styles to achieve a consistent, desired effect. It can still be customized further in a user's styles but I think it's valuable to supply the core basics for that functionality.