One feature in Matlab which I really like is that I can right-click on a filename and the menu offers "Show in Explorer". This then opens up an Explorer window with the file highlighted. I can then easily rename/move/copy this file or do any other Windows operation.
It would be great if JabRef could have something similar for the files. You currently have "Open", "Move/rename file", and "Move to file directory", but could you also add a "Show in Explorer" option as it is often easier to move/rename files there?
[PATCH] Fix feature request #726.
Created the class "net.sf.jabref.export.OpenFolder.java" that extends the class "net.sf.jabref.AbstractWorker" to capture the selected element and the path to the PDF file;
Created the attribute "ON_LINUX" in class "net.sf.jabref.Globals.java";
Created "FOLDER_FIELD" in class "net.sf.jabref.GUIGlobals.java";
Added attribute "openFolder" to "GeneralAction" in class "net.sf.jabref.JabRefFrame.java";
Added action "openFolder" class "net.sf.jabref.RightClickMenu.java";
Created methods "openFolder (String link)", "openFolderOnLinux (String link)", "openFolderOnWindows (String link)" and "openFolderGeneric (String link)" in class "net.sf.jabref.Util.java";
Added key "Open_folder" in language files "en" and "pt_BR".
I added the patch and also added the desired context menu entry at a single file.