Hello,
I apologize if this is already documented somewhere, however I haven’t been able find the answer.
I use sublime text on several Linux distributions, OSX, and Windows.
I store my Packages/User folder on dropbox and synchronize it across systems by symlinking it into the right place on each platform (works great so far).
My project files are not synchronized at the moment, because the paths to the projects change on each system.
For example, on linux, I create a directory in my home “.sublime-projects” and I store both the .sublime-project and the .sublime-workspace files in that directory on each system.
The .sublime-project file contains a full path to the platform specific project folder.
The .sublime-workspace file contains a whole bunch of data I haven’t looked into thoroughly.
So, is there a way that I can adjust this system, so that I can synchronize the the project files across systems with platform-specific paths to the actual project files?
Is there a way to set a default project path so that project list (when going to the switch project pallet) will be automatically populated from projects in this directory?