-
Notifications
You must be signed in to change notification settings - Fork 34
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
indent option #15
indent option #15
Conversation
If you try to indent a multi-line text spinner everything breaks. Edit: Also multi-line strings should have all lines indented. |
breakText, indentText and getLinesLength were modified to handle the indent option. Each line in a mutli-line text spinner will be indented as well. See: jbcarpanelli#14 rap2hpoutre/taskz#3 jbcarpanelli#15
Hello, @rap2hpoutre! Sorry for the super late response! I just came back from vacations! I'll review this PR by the end of the weekend 🙂. |
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.
Hey @rap2hpoutre! Sorry for the late review, and thank you very much for tackling this! It seems to be working like a charm 💪.
Could you please add tests to this new implementation? After that, we should be ready to merge and release a new minor 😎
@jcarpanelli I added some tests in this commit: d515657. Let me know if it' OK for you |
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! Thanks again, @rap2hpoutre! 💪 🎉
@jcarpanelli 👍 Thank you! When do you plan to release it? |
Hey @rap2hpoutre! I've just published |
Thank you!! |
Added indent option. Fixes #14