Menu

#726 Show in Explorer

Next full release
closed
None
5
2013-03-27
2011-07-04
Ken
No

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?

Discussion

  • Douglas Junior

    Douglas Junior - 2013-03-23

    [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".

     
  • Oliver Kopp

    Oliver Kopp - 2013-03-27
    • labels: Interface Improvements (example) -->
    • status: open --> closed
    • assigned_to: Oliver Kopp
    • milestone: --> Next full release
     
  • Oliver Kopp

    Oliver Kopp - 2013-03-27

    I added the patch and also added the desired context menu entry at a single file.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.