-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
FirstTimeCodeContributionTriggers GitHub Greeter WorkflowTriggers GitHub Greeter Workflow[outdated] type: enhancementcomponent: external-filesgood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Description
Is your suggestion for improvement related to a problem? Please describe.
If you have an entry with a linked file and you delete the entry, then most likely you also want to remove the linked files to keep your pdfs in sync with your entries.
Describe the solution you'd like
If there is a linked file, ask the user to also delete it.
Context
jabref/src/main/java/org/jabref/gui/LibraryTab.java
Lines 454 to 456 in 4e79f1a
| public void delete(BibEntry entry) { | |
| delete(false, Collections.singletonList(entry)); | |
| } |
Metadata
Metadata
Assignees
Labels
FirstTimeCodeContributionTriggers GitHub Greeter WorkflowTriggers GitHub Greeter Workflow[outdated] type: enhancementcomponent: external-filesgood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Type
Projects
Status
Done
Status
Done