kendo-labs / kendo-bootstrapper

GNU General Public License v3.0
49 stars 20 forks source link

Opens multiple copies of sublime on OSX #32

Open ghost opened 11 years ago

ghost commented 11 years ago

I am using Sublime 2 and when I edit a file from the bootstrapper it always opens another window even thought I have sublime configured to open as new tab.

This is my sublime config: "open_files_in_new_window": false

Thanks.

ghost commented 11 years ago

Well that was quick... The problem turned out to be how I called the app... I pointed the editor to: /Applications/Sublime Text 2.app/Contents/MacOS/Sublime Text 2

It should be pointed to: /Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl