-
Notifications
You must be signed in to change notification settings - Fork 52
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
Weird and truncated error message in AddProjectsToSessionWizard #1093
Comments
The first issue is easily solvable. I directly used the But I am not sure what to do about the size issue. I could shorten the message (which would be kind of hard as I would like to still provide all the necessary information), but this would not really resolve the issue. The issue will still occur with longer paths. I am not sure how to avoid this. |
Adjusts the error message displayed in cases where the user chooses the option to create a new directory as part of the resource negotiation using values pointing to an already existing directory. The message used the 'toString()' of the IContainer object which included a resource type designation at the start of the path. To avoid confusion, the OS-specific path of the resource is used instead. Resolves #1093.
Adjusts the error message displayed in cases where the user chooses the option to create a new directory as part of the resource negotiation using values pointing to an already existing directory. The message used the 'toString()' of the IContainer object which included a resource type designation at the start of the path. To avoid confusion, the OS-specific path of the resource is used instead. Resolves #1093.
My bad for prematurely closing this with the merged commit. @srossbach What are your opinions on the remaining issues with the overlong error message? |
I have not found anything regarding the Wizard API that let you give the possibility to specify any hints regarding the sizing of the affected wizard part. |
When selecting Create new Directory and that directory/project already exists the displayed error message is
See attached image.
The text was updated successfully, but these errors were encountered: