-
Notifications
You must be signed in to change notification settings - Fork 5
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
Added a PlaintextPrettyPrinter and manual selection #151
Conversation
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.
Looks good. Feel free to ping me whenever it's not WIP anymore
Cauli/Florets/Inspector/PrettyPrint/PlaintextPrettyPrinter.swift
Outdated
Show resolved
Hide resolved
3b2f131
to
9d54b98
Compare
9d54b98
to
2d7ebb0
Compare
Generated by 🚫 Danger |
@pstued This PR isn't WIP anymore and can finally be reviewed 😊 |
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.
I fixed a crash and improved the usability a little 🙃. Please check my changes and feel free to merge.
…d by an endless loop
619ee06
to
78ffcd3
Compare
# Conflicts: # CHANGELOG.md # Cauliframework.xcodeproj/project.pbxproj # Example/cauli-ios-example/Pods/Pods.xcodeproj/project.pbxproj
88472ca
to
c6f29ad
Compare
This PR implements the first steps towards #91. For now I skipped automatic selection of the "correct" pretty printer. It will just display a
UIAlertController
and lets the user select the pretty printer.Screenshots