EthanBrown.SublimeText2.EditorPackages
- Sublime package featuring the best text editing packages - Abacus, Block Cursor Everywhere, Bracketeer, Bracket Highlighter, Clipboard Manager, ExportHtml, FileDiffs, LiveReload, Markdown Preview, Missing Palette Commands, Related Files, SmartMarkdown, Solarized Color Scheme, StringEncode, SublimeTODO, TrailingSpace - Also includes a custom keybinding package hosted on GitHub - Merges in customized settings for User Preferences - Waiting on RelatedFiles plugin update to finish AngularJS settings
This commit is contained in:
@@ -0,0 +1,103 @@
|
||||
<?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.0.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
|
||||
|
||||
- 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></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>
|
Reference in New Issue
Block a user