Josh Goebel
Josh Goebel
@rstacruz Did this update solve your original issue?
Patch PeepOpen's AppDelegate.rb as shown: ``` if customUrl.query # Don't try to gsub unless there is a query to work with. editorName = customUrl.query.gsub('editor=', '') editorName.gsub!("+"," ") # YOU ARE...
I should clarify the plugin script alone will currently pop open PeepOpen, but it won't switch back to TextMate 2 unless you apply the patch and recompile the binary first....
### Hacked it. ``` defaults write com.topfunky.PeepOpen editorApplicationName "TextMate 2" ``` Any time you change any PeepOpen setting you'd have to rewrite this default. This "fixes" it be setting the...
Of course you could probably add the defaults write command to the sh script as well... this shouldn't interfere with any other apps using PeepOpen as long as they are...
For the lazy: https://github.com/yyyc514/PeepOpenTM2.tmbundle This does just what I said above.
Library/Application Support/Avian/Bundles I think
One could argue the binary plugin is better but I find the sh plugin way more than fast. So as long as TM_PROJECT_PATH or whatever can be trusted I'm not...
@wakiki It depends on what your executable is named. Mine is named "TextMate 2". Is the TextMate 2 download named "TextMate" now?