-
Notifications
You must be signed in to change notification settings - Fork 278
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
Copy to clipboard for error messages #465
Comments
Yeah, sounds reasonable. Do you want to implement this? |
Guess one would have to use the jbCopy Button code from DErrorDetail and make a image button as in DViewCertificate.jbViewPublicKeyDetails. |
That's certainly a good approach. Unfortunately it's by far not enough as this is a standard Swing dialog: There is no way to add custom buttons to it. We would have to write our own custom dialog to replace it.
That's a pity, developers with Swing knowledge are hard to find. |
@jgrateron That's a good idea! |
@jgrateron But please keep in mind that similar code already exists in the org.kse.gui.error package. It is better to extend the code there than to write something completely new. |
If there is a popup showing an error, e.g. "Path does not chain with any of the trust anchors" in Verify an SSL Connection, it would be nice, if there was a copy button on the dialog to copy the error message to the clipboard. Then you could paste it into google instead of having to type it up.
The text was updated successfully, but these errors were encountered: