-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Attached file delete and rename functionality #245
Comments
In the current master branch, there is a "delete local file" action attached to the right-click menu in the generals tab for each file. |
It would be great if a shortcut key is assigned for the "delete local file" function. |
I downloaded JabRev3.0 to check simonharrer's post (I was on Ver2.10. Yes it works as indicated. The multiple selection items in my original post are not relevant to this this solution. It does however delete without warning, without a backup copy and no copy in the recycle bin (but undo button does bring back the link :-). It doesn't worry me, but others could lose files without even realising (tarnishing Jabref’s excellent reputation). A shortcut key is assigned for the "delete local file" as proposed by jhshinn if implemented should require enabling by the user or a big warning must appear when it is attempted IMHO. Without the file being retrievable from a deleted folder it is too dangerous. Item 7 "negotiating Legacy file Fields". is still a concern to me, and JabRev3.0 seems to have removed them completely, even though I still use them in my extensive and heterogeneous repository. The implemented "delete local file" action correctly negotiates links like (A01)BaiK_Invited-1302481664(A01)BaiK_Invited - Copy.pdf, but the "Open Folder", "Move, Rename File" and "Move to File Directory" still do not. The "Open Folder" goes to the user default directory and the other's return a 'Could not find file '...'. error message. Thanks to the team for getting the functionality I asked for carried across. |
* More safely delete files #245 * Use named options, signal if file is missing * Update localization
I implemented most of the suggestions. The idea that a file should not be deleted when it is linked anywhere is omitted right now. We cannot check if it is in use in another bib file and I think the case were it is linked to other entries in the same file is rather seldom. |
@koppor asked me to log an issue (feature request?) covering the "Delete" functionality currently available through the "Rename files" plugin https://sourceforge.net/p/jabref/discussion/318824/thread/8f56b49a/ Apparently plugins will not operate after JabRef 2.80 :-( While deleting attached files using the current plugin has the risks listed in the discussion, the manual alternative is a PIA making it "Attached File Delete" important if using JabRef as a literature repository manager, especially if merging files form existing repositories (e.g. EndNote).
It would be intuitively clear where to find what is to be deleted to have the delete button option listed in data entry tab via the exisiting hover over file 'right mouse button' menu containing “Open, Open Folder, Rename File, Move to file directory". .
It should add the following to what the "Rename files" plugin already does.
I know that is a lot of programming, but would make Jabref much more capable for repository management.
The text was updated successfully, but these errors were encountered: