107 lines
3.4 KiB
XML
107 lines
3.4 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.EditorPackages</id>
|
|
<title>Sublime Text 2 - Editor Enhancing Packages</title>
|
|
<version>0.1.1</version>
|
|
<authors>Various</authors>
|
|
<owners>Ethan Brown</owners>
|
|
<summary>A number of packages helpful for increased editor productivity.</summary>
|
|
<description>Includes a number of very useful packages for Sublime Text 2.
|
|
|
|
Included
|
|
===========================================================================
|
|
|
|
- Abacus
|
|
https://github.com/khiltd/Abacus
|
|
|
|
- Block Cursor Everywhere
|
|
https://github.com/ingshtrom/BlockCursorEverywhere
|
|
|
|
- Bracketeer
|
|
https://github.com/colinta/SublimeBracketeer
|
|
|
|
- BracketHighlighter
|
|
https://github.com/facelessuser/BracketHighlighter
|
|
|
|
- Clipboard Manager
|
|
https://github.com/colinta/SublimeClipboardManager
|
|
|
|
- EasyMotion
|
|
https://github.com/tednaleid/sublime-EasyMotion
|
|
|
|
- ExportHtml
|
|
https://github.com/facelessuser/ExportHtml
|
|
|
|
- FileDiffs
|
|
https://github.com/colinta/SublimeFileDiffs
|
|
|
|
- LiveReload
|
|
https://github.com/dz0ny/LiveReload-sublimetext2
|
|
|
|
- Markdown Preview
|
|
https://github.com/revolunet/sublimetext-markdown-preview
|
|
|
|
- Missing Palette Commands
|
|
https://github.com/fjl/Sublime-Missing-Palette-Commands
|
|
|
|
- Related Files
|
|
https://github.com/fabiokr/sublime-related-files
|
|
|
|
- SmartMarkdown
|
|
https://github.com/demon386/SmartMarkdown
|
|
|
|
- Solarized Color Scheme
|
|
https://github.com/SublimeColors/Solarized
|
|
|
|
- StringEncode
|
|
https://github.com/colinta/SublimeStringEncode
|
|
|
|
- SublimeTODO
|
|
https://github.com/robcowie/SublimeTODO
|
|
|
|
- TrailingSpaces
|
|
https://github.com/SublimeText/TrailingSpaces
|
|
|
|
Customized Key Bindings
|
|
===========================================================================
|
|
https://github.com/Iristyle/SublimeKeyMap.Editor
|
|
|
|
Additional Package Preferences
|
|
===========================================================================
|
|
BracketHighlighter - Coloring compatibility with Solarized
|
|
Markdown Preview - Uses github parser
|
|
Related Files - Settings for AngularJS projects
|
|
|
|
Additional User Preferences
|
|
===========================================================================
|
|
Rules for
|
|
- drawing whitespace
|
|
- ensuring 2 tab indent
|
|
- rulers at 50, 72, 80 and 120
|
|
- use spaces everywhere
|
|
- trim whitespace on save
|
|
- 14 point Source Code Pro font
|
|
- line highlight
|
|
</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.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>
|