Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Add "Show in OS" context menu item to open a folder in Finder/Explorer. #2128

Merged
merged 5 commits into from
May 17, 2013

Commits on Nov 15, 2012

  1. Add "Show in OS" context menu item to open a folder in Finder/Explorer.

    Create new ProjectManager.getSidebarSelectedItem() API, and rename
    getSelectedItem() -> getTreeSelectedItem() for clarity.
    peterflynn committed Nov 15, 2012
    Configuration menu
    Copy the full SHA
    c2cd079 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2013

  1. Merge remote-tracking branch 'origin/master' into pflynn/open-in-os

    Conflicts:
    	src/command/Menus.js
    	src/document/DocumentCommandHandlers.js
    peterflynn committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    6cf1b4f View commit details
    Browse the repository at this point in the history
  2. Pass full path of files to showOSFolder() - not just parent folder's …

    …path -
    
    so file can be shown selected
    peterflynn committed Apr 30, 2013
    Configuration menu
    Copy the full SHA
    d3dc96a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2013

  1. Configuration menu
    Copy the full SHA
    45e1607 View commit details
    Browse the repository at this point in the history
  2. Code review: switch back to a single public ProjectManager.getSelecte…

    …dItem()
    
    API, which now covers the working set selection too. Seems like a fairly
    safe API change - this may even be how people assumed it worked before.
    
    Also: add logging for a ProjectManager error case that was silently ignored
    before.
    peterflynn committed May 16, 2013
    Configuration menu
    Copy the full SHA
    7fff5a1 View commit details
    Browse the repository at this point in the history