-
Notifications
You must be signed in to change notification settings - Fork 83
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
✨ Configuration to toggle line numbers visibility #115
Comments
We probably won't hide the line numbers by default but having an option to turn them off seems like a good idea 👍 |
@lukepistrol - I'll take this one on. |
Should we provide the ability to hide line numbers or hide the entire gutter which includes indications for code folding, code review, etc.? Maybe both (could be too much though)? |
Anecdotal- but I believe people who ditch line numbers are probably good with eschewing folding, review- etc. |
@austincondiff, perhaps we add the options as separate enhancements when the respective functionality is implemented? Hard to say whether the RulerView is going to be the container for those future features like a code ribbon, or if sibling views are needed for them. |
I like that. If Xcode provides the ability to show/hide each thing individually, we should do the same. |
@austincondiff, So- do we wait for those features to be implemented? 😆 |
https://github.com/CodeEditApp/CodeEditTextView/pull/124 @austincondiff , @lukepistrol, PR in the pocket. |
@ben-p-commits No, just making a comment that we should hide just the line numbers here and the others as they get implemented. 😉 |
Is your feature request related to a problem? Please describe.
Line numbers make UI bloated, we have line indicator in status bar
Describe the solution you'd like
Please hide line numbers by default
Describe alternatives you've considered
At least there should be an option to hide
Additional context
The text was updated successfully, but these errors were encountered: