We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When options are folded - there is no way to be sure appropriate options are selected:
List selected options when the panel is folded, like this:
Typically, regex tester tools show flag letters inline with the regex. Examples are:
Some options of DevToys' regex tester don't map to regex flags, so that feature alone can't be a solution, something else is needed.
Flags outside of ECMA Script spec might be less known to list just by their characters.
No response
This may apply to other toys as well. I didn't check where there are similar folded options panels used.
The text was updated successfully, but these errors were encountered:
That's actually a great idea! I love that! :D Thank you for suggesting it!
Sorry, something went wrong.
Done in DevToys 2.0 :)
No branches or pull requests
What's the Problem?
When options are folded - there is no way to be sure appropriate options are selected:
Solution/Idea
List selected options when the panel is folded, like this:
Alternatives
Typically, regex tester tools show flag letters inline with the regex.
Examples are:
Some options of DevToys' regex tester don't map to regex flags, so that feature alone can't be a solution, something else is needed.
Flags outside of ECMA Script spec might be less known to list just by their characters.
Priorities
No response
DevToys Version
No response
Comments
This may apply to other toys as well. I didn't check where there are similar folded options panels used.
The text was updated successfully, but these errors were encountered: