-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Feature: Warn the user about invalid tag name #11293
Comments
What about a text block? I think this is a little less "scary" but still gets the point across. |
There is already an IsNameValid property, we can use a converter to invert the value and show the textblock when it's false. |
Could I work on this? |
what makes a tag name invalid? |
If it's a duplicate of another tag name or if the name is blank. |
using namespace std; int main() {
} this is what i came up with thus far i am having difficulty in incorporating this into program also i want to import all the stored tag names to check if they exist in in else if condition |
This is already being worked on. You can see the linked pull request and status of this issue. |
hello! are you working on this issue? i would like to contribute my take on this issue but need help, can we connect on discord to futher discuss this issue? |
@meilluer It's already being worked on. |
What feature or improvement do you think would benefit Files?
When entering a name for a tag, some names makes the creation impossible. However, no information is displayed as to why the name is invalid.
The information should be given to the user and so should the reasons too.
Requirements
Files Version
Version 2.4.33.0
Windows Version
W10 Home 22H2 19045.2251
Comments
No response
The text was updated successfully, but these errors were encountered: