This package allows you to have multiple package sets.
When you're doing some PHP, you don't need Ruby packages.
With this package, you can create multiple presets of "ignored_packages" that you can load at will.
For a recent development I had to do for issue #2, I used features avalaible from ST3 only.
As ST3 is now in public beta and should soon be released as stable, I don't want to "waste" time maintaining this package for a "soon-to-be-outdated" version.
If many people ask me to be compatible again with ST2, I'll manage to do it.
Search "Package Bundler" into Package Control
Installation through Package Control is mandatory because Package Bundler uses Package Control classes.
Open Command Palette > Package Bundler: Load Bundle, then choose your bundle.
Open Command Palette > Package Bundler: Manage Bundle
Open Command Palette > Package Bundler: Create Bundle
You can open your project.sublime-settings and add a setting to auto load a bundle for this project.
{
"folders":
[
{
"follow_symlinks": true,
"path": "/path/to/project"
}
],
"settings":
{
"pb_load_bundle": "YourBundle"
}
}