Commit Graph

7 Commits

Author SHA1 Message Date
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