Skip to content
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

Fix opening files with symbolic links #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 28, 2010

  1. debug target creates symbolic link to plugin

    The target "Run Script" now deletes any existing AckMate.tmplugin
    in the TextMate PlugIn dir and then if:
    debug target:
      creates a symbolic link to the plugin in the debug build
    release target:
      copies the plugin to the TextMate PlugIn dir
    
    To use this capability create a new Custom Executable referencing TextMate:
    
      "Project", "New Custom Executable..."
    
    Then after setting breakpoints: Clean and then 
    "Build and Debug - Breakpoints On"
    
    adapted from: http://developer.apple.com/mac/library/qa/qa2006/qa1500.html
    stepheneb committed Aug 28, 2010
    Configuration menu
    Copy the full SHA
    ba2e685 View commit details
    Browse the repository at this point in the history
  2. open files in mate via NSTask

    See issue: 
      Searching inside symlinked folders opens a new window
      http://github.com/protocool/AckMate/issues/#issue/5
    
    This is a bit of a hack because it doesn't check to 
    make sure the mate shell executable is installed.
    stepheneb committed Aug 28, 2010
    Configuration menu
    Copy the full SHA
    1bc7e4c View commit details
    Browse the repository at this point in the history