- 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
98 lines
3.2 KiB
XML
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.2.0</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>* Use a local package cache to prevent first-time package restore / load errors</releaseNotes>
|
|
<dependencies>
|
|
<dependency id="PowerShell" version="3.0"/>
|
|
<dependency id="SublimeText2" />
|
|
<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>
|