-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for toggling line numbers on and off #124
add support for toggling line numbers on and off #124
Conversation
Should we also shift all content to the left when the line numbers are hidden? Is the space the line numbers were consuming not necessary anymore? It looks like Xcode does this... Screen.Recording.2023-01-23.at.4.40.13.PM.mov |
@austincondiff - ooh okay, i'll see what I can do |
Update: created a PR over in STTextView to enable this behavior without introducing code smell in CETV... @austincondiff - if we can get that change approved: we get the improved behavior: hide-rulers.mp4 |
@ben-p-commits Ok lets wait for the outcome of the PR on |
@lukepistrol, closing this in light of #127 |
Description
Adds support for #115, ✨Option To Hide Line Numbers. Simply shows/hides ruler view. should be easy enough in the future to include affordances for enabling/disabling code folding ribbon, code review, other rulerview utilities once they come into play.
Demo