Sublime Text 2
Packages Installed
- Alignment* – wbond.net/sublime_packages/alignment#Installation
- Auto Semi-Colon* – LewisW/SublimeAutoSemiColon
- Bower* – benschwarz/sublime-bower
- BracketHighlighter – facelessuser/BracketHighlighter
- ColdFusion – SublimeText/ColdFusion
- Color Highlighter – Monnoroch/ColorHighlighter
- ColorPicker* – weslly.github.io/ColorPicker
- CSSComb* – csscomb.com
- CSSFontFamily – lcdsantos/CSSFontFamily
- EasySettings – Zinggi/EasySettings
- Emmet – emmet.io
- install before TernJS to avoid “invalid data error” 2013-05-07
- Fill CF Query* – adampresley/sublime-fillcfquery
- Gist – condemil/Gist
- HTML5 – mrmartineau/HTML5
- Indent XML – alek-sys/sublimetext_indentxml
- jQuery – SublimeText/jQuery
- LESS Syntax – danro/LESS-sublime
- LESS2CSS – timdouglas/sublime-less2css
- MXUnit* – mxunit.org
- Nettuts+ Fetch* – http://net.tutsplus.com/articles/news/introducing-nettuts-fetch
- Package Control – wbond.net/sublime_packages/package_control
- Prefixr – wbond.net/sublime_packages/prefixr
- SideBarEnhancements – titoBouzout/SideBarEnhancements
- SublimeLinter – SublimeLinter/SublimeLinter
- SublimeToDO* – robcowie/SublimeTODO
- Terminal* – wbond.net/sublime_packages/terminal
- TernJS – emmetio/sublime-tern
- Theme – Soda – buymeasoda.github.com/soda-theme
- Tortoise – wbond.net/sublime_packages/tortoise
* = least used packages that may be removed in the future
Removed Packages
- AndyJS2 – agibsonsw/AndyJS2
- Placeholders – mrmartineau/Placeholders
- SublimeCodeIntel – Kronuz/SublimeCodeIntel
- Appears to be abandoned
- Can’t disable languages without parse error
- Tern for JS – marijnh/tern_for_sublime
- Slowed everything way the heck down
User Config
Work
{ // Sets the colors used within the text area "color_scheme": "Packages/User/Fluidvision.tmTheme", // highlight any line with a caret "highlight_line": true, "highlight_modified_tabs": true, // packages to ignore "ignored_packages": [ "LaTeX", "Java", "Scala", "Vintage", "Makefile", "Rails", "Perl", "Textile", "Lua", "Matlab", "Erlang", "ASP", "C#", "AppleScript", "TCL", "Ruby", "Groovy", "D", "Lisp", "C++", "Objective-C", "R", "ShellScript", "Markdown", "RestructuredText", "OCaml", "Graphviz", "Haskell", "Go", "PHP" ], // Additional spacing at the bottom of each line, in pixels "line_padding_bottom": 1, // Additional spacing at the top of each line, in pixels "line_padding_top": 1, // Use the original curved tab style "soda_classic_tabs": true, // The theme controls the look of Sublime Text's UI (buttons, tabs, scroll bars, etc) "theme": "Soda Light.sublime-theme", // Set to true to removing trailing white space on save "trim_trailing_white_space_on_save": true }
Home
{ // highlight any line with a caret "highlight_line": true, // packages to ignore "ignored_packages": [ "AppleScript", "ASP", "C#", "C++", "D", "Erlang", "Go", "Graphviz", "Groovy", "Haskell", "Java", "LaTeX", "Lisp", "Lua", "Makefile", "Markdown", "Matlab", "OCaml", "Objective-C", "Perl", "PHP", "R", "Rails", "RestructuredText", "Ruby", "Scala", "ShellScript", "Textile", "TCL", "Vintage" ], // Additional spacing at the bottom of each line, in pixels "line_padding_bottom": 1, // Additional spacing at the top of each line, in pixels "line_padding_top": 1, // Use the original curved tab style "soda_classic_tabs": true, // The theme controls the look of Sublime Text's UI (buttons, tabs, scroll bars, etc) "theme": "Soda Dark.sublime-theme", // Set to true to removing trailing white space on save "trim_trailing_white_space_on_save": true }
Found this gem for color schemes in Sublime: http://colorsublime.com/