JabRef / jabref

Graphical Java application for managing BibTeX and biblatex (.bib) databases
https://devdocs.jabref.org
MIT License
3.64k stars 2.59k forks source link

improve unlinked files dialog #12195

Open agondekova opened 5 days ago

agondekova commented 5 days ago

Description of changes:

I modified the display of file paths in the "File" column so that relative paths, starting from the directory specified in the "Directory" field, are shown instead of full absolute paths. I also added the ability to resize the columns in the table, making them customizable for the user. Additionally, I changed the alignment of the text in the column, which was previously aligned to the right, to the left, as described in the issue, to ensure proper display when the text doesn’t fit within the available space.

This change improves the clarity and flexibility when working with the table.

Closes #11878.

relativePath columnResize

Mandatory checks