ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Package Bundler

Sublime Text 3 - Package Bundler

Details

Installs

  • Total 13K
  • Win 9K
  • Mac 3K
  • Linux 1K
Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16
Windows 0 1 0 2 2 3 0 1 0 0 4 0 0 0 0 3 0 0 0 2 1 0 0 0 1 1 0 1 1 1 1 1 2 0 0 1 1 0 0 1 0 0 1 0 1 2
Mac 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 2 0 0 0 0 0 0 0 0 1
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime Text 3 - Package Bundler

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.

Sublime Text 2 compatibility

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.

Installation

Package Control (mandatory)

Search “Package Bundler” into Package Control

Installation through Package Control is mandatory because Package Bundler uses Package Control classes.

Usage

Load a bundle

Open Command Palette > Package Bundler: Load Bundle, then choose your bundle.

Add and ignored package to a bundle

Open Command Palette > Package Bundler: Manage Bundle

Create a bundle

Open Command Palette > Package Bundler: Create Bundle

Auto load a bundle per project

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"
    }
}