+17

shared .sublime-project files

Jason Groulx 12 years ago updated 12 years ago 3
Is there a way to share .sublime-project files with a team?
+7

It's only fairly recent, I think, that .sublime-project files have supported relative paths.  So they can be shared now, whereas they could not before.  But you have to edit them manually, and Sublime Text is not very helpful there... you can use another editor, or temporarily rename the file to something else.  Hacky either way. :-/


In addition, anytime you add/remove a folder to the project, ST2 will rewrite the project file using — you guessed it! — absolute paths again.


If you're feeling especially industrious (and if you are using git), you can check the project file for absolute paths in a pre-commit hook.  Of course, everyone will need to use that script.  Now it's just getting silly.


The short answer, in my opinion, is "No." :-(


New feature!  Up vote!

Thanks for the details .. i think ill just wait and hope its in a next version some time soon