-
Notifications
You must be signed in to change notification settings - Fork 100
Added Reformatting Guide #314
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
Conversation
…tions to show or hide it and change it's position.
66d2af9
to
9c0e465
Compare
Sources/CodeEditSourceEditor/CodeEditSourceEditor/CodeEditSourceEditor.swift
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from Quick Look
Sources/CodeEditSourceEditor/Controller/TextViewController.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few tips for improving the comments — other than that, great changes!
Sources/CodeEditSourceEditor/Controller/TextViewController+LoadView.swift
Outdated
Show resolved
Hide resolved
Sources/CodeEditSourceEditor/ReformattingGuide/ReformattingGuideView.swift
Show resolved
Hide resolved
This is ready for review. I've fixed tests, SwiftLint issues, and resolved issues raised. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect!
Would this close #207? |
Oops I made a typo i meant #270 of course 😆 |
Description
This will add a reformatting guide that is disabled by default. When enabled users will see a line drawn at a configurable column to guide them as to when and how they should reformat their code.
Related Issues
Checklist
Screenshots