Files
ChocolateyPackages/EthanBrown.SublimeText2.UtilPackages/EthanBrown.SublimeText2.UtilPackages.nuspec

98 lines
3.2 KiB
XML

<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>EthanBrown.SublimeText2.UtilPackages</id>
<title>Sublime Text 2 - Utility / Theme Tooling Packages</title>
<version>0.0.3</version>
<authors>Various</authors>
<owners>Ethan Brown</owners>
<summary>A number of packages helpful for increased editor productivity, including Soda theme, a number of file manipulation and/or searching type commands.</summary>
<description>Includes a number of very useful packages for Sublime Text 2.
Included
===========================================================================
- AdvancedNewFile
https://github.com/skuroda/Sublime-AdvancedNewFile
- ConsoleExec
https://github.com/joeyespo/sublimetext-console-exec
- EncodingHelper
https://github.com/SublimeText/EncodingHelper
- KeymapManager
https://github.com/welefen/KeymapManager
- MoveTab
https://github.com/SublimeText/MoveTab
- Navigation History
https://github.com/timjrobinson/SublimeNavigationHistory
- Open Recent Files
https://github.com/spadgos/sublime-OpenRecentFiles
- OpenSearchResult
https://github.com/abrookins/OpenSearchResult
- RecentActiveFiles
https://github.com/jugyo/SublimeRecentActiveFiles
- Search Anywhere
https://github.com/ericmartel/Sublime-Text-2-Search-Anywhere-Plugin
- SideBarEnhancements
https://github.com/titoBouzout/SideBarEnhancements/
- Sublime Files
https://github.com/al63/SublimeFiles
- Theme - Soda
https://github.com/buymeasoda/soda-theme
Disables
===========================================================================
- Caret History
- GotoRecent
- MultiTaskBuild
- Open Related
- QuickFileMove
- SublimeREPL
Customized Key Bindings
===========================================================================
https://github.com/Iristyle/SublimeKeyMap.Util
Additional Package Preferences
===========================================================================
SublimeFiles - Set terminal location, try ConEmu, Console2, Powershell, Cmd
Additional User Preferences
===========================================================================
Rules for
- closing empty window
- highlight modified tabs
- Soda theme
</description>
<projectUrl>http://github.com/Iristyle/ChocolateyPackages/</projectUrl>
<tags>SublimeText package editor</tags>
<!-- Eula is in installer
<licenseUrl></licenseUrl>
-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://raw.github.com/Iristyle/ChocolateyPackages/master/SublimeText2.app/Sublime_Text.png</iconUrl>
<releaseNotes></releaseNotes>
<dependencies>
<dependency id="PowerShell" version="3.0"/>
<dependency id="SublimeText2.app" />
<dependency id="SourceCodePro" />
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
<file src="..\core\JsonHelpers.ps1" target="tools" />
<file src="..\core\SublimeHelpers.ps1" target="tools" />
</files>
</package>