forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Filename to delete should be shown completely #534
Labels
Comments
2 tasks
Hi Koppor, I am really interested in this issue and I'd like to contribute. Could you please assign this issue to me? Thank you very much. |
Hi Oliver, I have looked into this issue and come up with several solutions to improve the UI.
Personally, I prefer the second solution as it's neater, but I'd love to know what you think. |
2 tasks
Racheal7
added a commit
to Racheal7/jabref
that referenced
this issue
Oct 22, 2022
This pull request fixes the issue koppor#534. My solution is that instead of absolute file path, only the file name is showed in the dialog title. The file's absolute path is added in the dialog text.
This was referenced Oct 22, 2022
Racheal7
added a commit
to Racheal7/jabref
that referenced
this issue
Oct 23, 2022
This pull request fixes the issue koppor#534. My solution is that instead of absolute file path, only the file name is showed in the dialog title. The file's absolute path is added in the dialog text.
6 tasks
tobiasdiez
pushed a commit
to JabRef/jabref
that referenced
this issue
Oct 25, 2022
Instead of absolute file path, only the file name is showed in the dialog title. The file's absolute path is added in the dialog text. Fixes koppor#534.
Repository owner
moved this from In Progress
to Done
in Good First Issues
Oct 25, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When deleting a file, the file path is sometimes too long to fit in the title of the dialog.
Proposal: Show the filename also in the dialog text
The text was updated successfully, but these errors were encountered: