Last active
          August 29, 2015 14:13 
        
      - 
      
- 
        Save gecbla/8673d3824c4b726e2522 to your computer and use it in GitHub Desktop. 
    PHP Ed - Open file in Sublime Text (line number fix)
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | cls | |
| @echo off | |
| set file=%1 | |
| set /a line=%2+1 | |
| start "Open in Sublime Text" "C:\_Gecbla\Portable\Sublime Text 3\3065\sublime_text.exe" "%file%":%line% | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment