-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Ported Text Escape/ Unescape tool #1019
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.
I'm ok with the pull request but we need some Unit Tests on the GUI :)
Before merging this pull request #971 , we have one to add support for Linux escape lines, too. Can we add the support at the same time?
Hey @btiteux
As I said in the PR description, issue #468 (which #971 solves in DevToys 1.0) is solved through the fact that DevToys 2.0 has an option to select what end of line character should be used in Settings. I'd suggest to limit ourselves to this for now and wait for more feedback. The setting I'm referring to above has already been tested on Linux. Another thing I realize I forgot to mention in the PR description is that user can also convert the end of line sequence characters using Note that |
Done :-) |
We can go with the settings for the moment. But I think it's more user friendly to have a list here and that would avoid changing the settings for the whole apps. |
I ultimately agree :-) |
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
DevToys 2.0 doesn't have a Text Escape / Unescape tool yet
Issue Number: #468
What is the new behavior?
Ported the tool from DevToys 1.0 to 2.0. Issue #468 is solved through the fact that DevToys 2.0 has an option to select what end of line character should be used in Settings. Let's start with this for now. If unhappy, we could create an option specifically in this tool.
Other information
Quality check
Before creating this PR: