Commit Graph

13 Commits

Author SHA1 Message Date
Iristyle
c459306a94 feat(Posh-VsVars): version 0.0.1
- Includes new set of PowerShellHelpers to find
   standard module directory
2013-05-09 11:29:40 -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
03ea687e3e FIX: Merge-JsonSimpleMap
- First time hash is undefined, copying it is not a good
    approach - instead, create a new empty hash and
    copy values in
2013-03-13 10:03:03 -04:00
Ethan J. Brown
1c665758a4 FIX: JSON helper ConvertTo-DoubleEscapedQuotes
Can't taken in $Name from the pipeline dummy!
2013-03-08 13:53:27 -05:00
Iristyle
4801bdf0fb EthanBrown.SublimeText2.UtilPackages
- Sublime package featuring the best general utility, file manipulation,
   navigation, sidebar enhancements, themes, color schemes, etc
   - AdvancedNewFile, ConsoleExec, EncodingHelper, KeymapManager,
     MoveTab, Navigation History, Open Recent Files, OpenSearchResult,
     RecentActiveFiles, Search Anywhere, SideBarEnhancements,
     Sublime Files, Soda Theme
 - Also includes a custom keybinding package hosted on GitHub
 - Merges in customized settings for User Preferences
 - Fixed minor bug in JSON helpers when adding to a simple map
2013-03-07 21:43:17 -05: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
Iristyle
a96bf479f8 Helpers for merging JSON / PSCustomObject
- For instance, take a stock file and merge in a partial JSON file, filling
   in the differences
 - Handles merging arrays of strings, sorting and removing dupes
 - Handles merging named primitive values over
 - Handles merging together two simple key/value pair maps
 - Handles merging an array of simple key/value pair maps
 - Can convert ConvertTo-Json's hideous Unicode escaping to real chars
 - Provides a workaround for a PS3 bug where JSON strings cannot
   contain " characters
   https://connect.microsoft.com/PowerShell/feedback/details/735978/convertto-json-in-psv3-beta-does-not-support-values-containing-double-quotes
2013-03-07 20:43:18 -05:00
Iristyle
03d686432d Bumped SourceCodePro to 1.017
- Totally overhauled font install process since the previous version
 required lots of interaction / prompting to upgrade existing fonts
 AND had a clunky UI dialog when installing fonts for the first time
 - Leveraging Windows Powershell sample script that compiles C# on
 the fly to call Win32 APIs that deal with fonts
 - Elevate to admin to run the new stuff - no reboot required
2013-03-07 15:33:12 -05:00
Iristyle
4eeec18ce9 EthanBrown.ChromeCanaryDevExtensions 0.0.1
Includes

Batarang
Clear Cache
DevTools AutoSave
PageSpeed Insights
Simple REST Client
Speed Tracer
CoffeeConsole
YSlow

Does Not Include

CoffeeScript IDE - Requires login
PostMan - Requires login
LiveReload - Not necessary with grunt
Grunt DevTools - Evaluating
Tincr - Might be superceded by Chrome workspaces
2013-03-01 14:41:15 -05:00
Iristyle
45bbd1f522 Minor updates to Ini scripts
- Allow files ending in .conf in addition to .ini
- Space out values for readability in final output
2012-11-04 10:59:39 -05:00
Iristyle
89bb12428f Move Get-IniContent, Out-IniFile, WaitForSuccess
- These scripts are universally useful and should be maintained once
2012-10-22 15:18:32 -04:00