-
Notifications
You must be signed in to change notification settings - Fork 18
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
StringSettingsProperty Never Validates if regExp is "" #36
Milestone
Comments
What should it validate? an empty regexp makes no sense at all? |
Why should an input String always be regex-validated? What if the expected input is a name or country? Do you have a regex for that? |
Merged
You simply don't need ANYthing for this, you must not annotate a String as "StringSettingsProperty!" |
See #43. |
kerner1000
added a commit
that referenced
this issue
Sep 30, 2019
commit bfaf0d3 Author: Christoph Läubrich <[email protected]> Date: Mon Sep 30 10:19:05 2019 +0200 Fix #42 commit a6a2a59 Author: Christoph Läubrich <[email protected]> Date: Sun Sep 29 19:19:43 2019 +0200 #39 add option to use a preference page instead of a button commit f92601d Author: Christoph Läubrich <[email protected]> Date: Sun Sep 29 18:13:05 2019 +0200 Fix #36 commit 97ac273 Author: Christoph Läubrich <[email protected]> Date: Sun Sep 29 14:49:03 2019 +0200 Fix #39 commit 8f3aa74 Author: Christoph Läubrich <[email protected]> Date: Fri Sep 27 15:14:28 2019 +0200 Fix #33 commit 5b0845d Author: Christoph Läubrich <[email protected]> Date: Fri Sep 27 15:00:11 2019 +0200 Fix #32 commit 7e18420 Author: Christoph Läubrich <[email protected]> Date: Fri Sep 27 08:31:32 2019 +0200 Fix #31 commit 8a26934 Author: Christoph Läubrich <[email protected]> Date: Fri Sep 27 07:51:44 2019 +0200 Refactoring to support #31 commit b8aad6a Author: Christoph Läubrich <[email protected]> Date: Thu Sep 26 19:40:47 2019 +0200 Refactoring to support #31
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the regex is empty, the property does not validate.
The text was updated successfully, but these errors were encountered: