Commit Graph

13 Commits

Author SHA1 Message Date
Iristyle
951be33c9e feat(ST2.EditorPackages): BracketHighlighter conf
- trash old BracketHighlighter.sublime_settings
 - new bh_core.sublime-settings
 - update install process
2013-09-16 19:16:10 -04:00
Iristyle
b71a3c78b9 feat(ST2.EditorPackages) - release 0.2.0
- use pre-release version of package control, which fixes bugs related
   to packages automatically added to ignored_packages
   https://github.com/wbond/sublime_package_control/issues/558
 - use SublimeText2 as a dep, as we run PS code to install pkg control
2013-09-16 15:43:23 -04:00
Iristyle
4a9da54423 chore(SublimeText2.EditorPackages): release 0.1.1
- includes fix for first time install
2013-05-15 07:41:40 -04:00
Iristyle
dd747fafd2 chore(SublimeText2.EditorPackages): release 0.1.0
- Restores packages in a friendlier manner
2013-04-04 09:50:26 -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
eadf7a8958 feat(sublime packages): install package control
- With refactored package control script, always
    call to double-check package control exists
2013-04-04 09:10:53 -04:00
Iristyle
c3efdad2c2 feat(SublimeText2.EditorPackages): cache packages 2013-04-04 08:55:15 -04:00
Iristyle
2f854eaadf chore(SublimeText2.EditorPackages): release 0.0.5 2013-03-26 07:56:21 -04:00
Iristyle
812ee9b11c feat(EasyMotion): Super-fast keyboard based nav
- Change default settings to case-insensitive search
2013-03-26 07:55:56 -04:00
Iristyle
c123381530 chore(EthanBrown.SublimeText2.EditorPackages): release 0.0.4 2013-03-22 10:28:46 -04:00
Iristyle
f6240d3ed9 EthanBrown.SublimeText2.EditorPackages to 0.0.3
- Don't trash RelatedFiles.sublime-settings on disk
 - Awaiting implementation of a per-project set of related files
  https://github.com/fabiokr/sublime-related-files/issues/6
2013-03-15 09:14:37 -04:00
Iristyle
032d197bf6 EthanBrown.SublimeText2.* bumped to 0.0.2
- Work-around weird Powershell issue when merging JSON
2013-03-13 10:04:55 -04:00
Iristyle
3f98133490 EthanBrown.SublimeText2.EditorPackages
- Sublime package featuring the best text editing packages
   - Abacus, Block Cursor Everywhere, Bracketeer, Bracket Highlighter,
      Clipboard Manager, ExportHtml, FileDiffs, LiveReload,
      Markdown Preview, Missing Palette Commands, Related Files,
      SmartMarkdown, Solarized Color Scheme, StringEncode, SublimeTODO,
      TrailingSpace
 - Also includes a custom keybinding package hosted on GitHub
 - Merges in customized settings for User Preferences
 - Waiting on RelatedFiles plugin update to finish AngularJS settings
2013-03-08 10:10:40 -05:00