Commit Graph

10 Commits

Author SHA1 Message Date
Iristyle
5796a381b7 (chore ST3 package control): release 2.0.0 final
- Remove dependency on Git
 - Add dependency on JsonHelpers.ps1
 - Properly remove any previously Git installed package control
 - Install for ST3 the same way we install for ST3
2014-09-15 11:36:50 -07:00
Iristyle
5ad3117d06 fix(core): Install-SublimePackagesFromCache ver 2013-09-17 12:48:17 -04:00
Iristyle
f649c48b3a feat(core): Merge-PackageControlSettings hash
- This function used to only accept a file, but can now accept a hash
 - This allows for easily configuring pre-release version of Sublime to
    auto-update
2013-09-16 15:36:36 -04:00
Iristyle
385ed6dff5 feat(ST2.PackageControl): 2.0.1-beta pre-release
- fixes issues with many packages being installed and package control
   completely wigging out
 - fixed bug that prevented "Package Control.sublime-package" from being
   overwritten
 - made Merge-PackageControlSettings fancier to handle named values
2013-09-16 12:40:23 -04:00
Iristyle
3a0d9b6251 feat: SublimeHelpers.ps1 -- add support for ST3
- package control must now be git cloned manually
2013-07-23 16:47:07 -04:00
Iristyle
e445d73473 fix: SublimeHelpers Get-* returns too much data
- on first directory create, function outputs would include two values
  instead of just the path string, which confused callers and generated
  errors during first time package installs
2013-05-15 07:39:28 -04:00
Iristyle
61724d2148 feat(sublime pkgs): use local cache of pkgs
- Sublime Package Control can run rampant with
    memory usage when installing 50+ new packages
    all at once, so prime it with a local cache instead
    of expecting everything to install on first startup
 - This also prevents all sorts of Sublime error dialogs
    as package setings are present, but packages may
    not exist yet
2013-04-04 09:41:59 -04:00
Iristyle
49cb47cb9d refactor(sublime pkg control): move install script
- Will need this for other packages to more safely
    ensure package control is setup
2013-04-04 09:05:20 -04:00
Iristyle
5c500f24ab fix(sublimehelpers): file / dir existence
- Ensure User direcotry exists in packages directory
 - Ensure 'Package Control.sublime-settings' exists
 - Ensure 'Preferences.sublime-settings' exists
2013-03-22 10:23:52 -04:00
Iristyle
6f6ef5cb09 EthanBrown.SublimeText2.WebPackages
- Sublime package featuring the best web-oriented packages
   - AnguarlJS, AutoFileName, Chai, Emmet, CoffeeComplete Plus,
     Hayaku, jQuery, LESS, LiveReload, SublimeLinter (custom that
     features CoffeeLint support), Twitter Bootstrap Snippets
 - Also includes a custom keybinding package hosted on GitHub
 - Merges in customized settings for User Preferences
2013-03-07 21:18:40 -05:00