feat(SublimeText2.WebPackages): cache packages

This commit is contained in:
Iristyle
2013-04-04 08:54:25 -04:00
parent 590d7a44f9
commit 1e6f643a1b
1026 changed files with 79077 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
New features:
Fuzzy search for CSS abbreviations
==================================
Emmet now supports fuzzy searching of unknowns CSS abbreviations.
For example, instead of using ov:h abbreviation to get overflow: hidden, you can write, ov-h, ovh or even oh.
Read more about fuzzy search feature:
http://docs.emmet.io/css-abbreviations/fuzzy-search/
Emmet CSS snippets in auto-complete popup
=========================================
All Emmet snippets are displayed in standard auto-complete popup,
so you don't need to remember them all: just start typing first
letters of required CSS snippet and let editor do the rest
(works with fuzzy search too).
To disable Emmet completions, set
"show_css_completions": false
preference in user's Emmet.sublime-settings
------------------------------
Follow me on Twitter: @emmetio
------------------------------

View File

@@ -0,0 +1,36 @@
Thank you for installing Emmet -- a toolkit that can greatly improve your workflow. Note that this plugin automatically downloads and installs PyV8 binary (see status bar message).
******************************
Please restart editor
to finish installation process
after PyV8 was downloaded.
******************************
Tab key handler
==========================
By default, Emmet allows you to expand abbreviations with Tab key in HTML, XML, HAML and CSS/SASS/LESS/Stylus documents. As a side effect, you cant use some of your ST2 snippets.
Please read https://github.com/sergeche/emmet-sublime#tab-key-handler about how Tab handler works and how to tweak its behavior to match your needs.
Enter key
==========================
In HTML and XML documents, Emmet overrides Enter key to insert formatted line breaks between opening and closing tags. In some cases it will break character input (for example, in Japanese language).
To disable Enter key handler, simply add the following option in your user's Preferences file:
"disable_formatted_linebreak": true
Actions shortcuts
==========================
Emmet has a number of actions with keyboard shortcuts that may override ones you're using commonly (for example, Ctrl-E or Ctrl-Down). Please read the project main page to get list of available actions and keyboard shortcuts and how to disable them:
https://github.com/sergeche/emmet-sublime
Documentation and examples:
http://emmet.io
------------------------------
Follow me on Twitter: @emmetio
------------------------------

View File

@@ -0,0 +1,16 @@
Emmet v1.0 is out!
==================
Check out features you might miss since beta release:
http://emmet.io/blog/emmet-v1/
If you like Emmet and wish to support further development,
any donations are highly appreciated:
http://emmet.io/donate/
------------------------------
Follow me on Twitter: @emmetio
------------------------------