Skip to content

Commit

Permalink
release 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xjsender committed Mar 23, 2016
1 parent f7ddcde commit ccb7a77
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Release History

---------------


Release 3.3.4 (2016-03-23)
++++++++++++++++++
* Fix issue #93
* Fix issue #97
* Optimize for methods in ``metadata.py``
* Update README.md


Release 3.3.3 (2016-03-14)
++++++++++++++++++
* Fix issue #94
Expand Down
9 changes: 9 additions & 0 deletions config/messages/3.3.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Build 3.3.3
-----------
Release Date: 23 Mar 2016

* Fix issue #93
* Fix issue #97
* Optimize for methods in ``metadata.py``
* Update README.md
* Restart your sublime when new version is installed
2 changes: 1 addition & 1 deletion config/settings/package.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haoide",
"version": "3.3.3",
"version": "3.3.4",
"description": "haoide is a Sublime Text 3 plugin for Salesforce and used for swift development on Force.com",
"author": "Hao Liu",
"email": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions docs/completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
- Input ``=`` after the HTML tag attribute, if this attributes has fixed values, plugin will list all available values for this tag attribute

### Bootstrap3 completion
* When you input any characters in the class attribute, plugin will list all available bootstrap3 classes, for example, if you have input ``class="<Focus Here>"``, when you input any characters at the focus place, you will see the completion
* When you input any characters after space in the class attribute, plugin will list all available bootstrap3 classes, for example, if you have input ``class="btn <Focus Here>"``, when you input any characters at the focus place, you will see the completion
* When you input any characters in the class attribute, plugin will list all available bootstrap3 classes, for example, if you have input ``class="<Focus Here>"``, when you input any characters at the focus place, you will see the completion
* When you input any characters after space in the class attribute, plugin will list all available bootstrap3 classes, for example, if you have input ``class="btn <Focus Here>"``, when you input any characters at the focus place, you will see the completion

### Settings for Visualforce and HTML completion
```json
Expand Down
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"3.3.1": "config/messages/3.3.1.md",
"3.3.2": "config/messages/3.3.2.md",
"3.3.3": "config/messages/3.3.3.md",
"3.3.4": "config/messages/3.3.4.md",
"install": "config/messages/install.txt"
}

0 comments on commit ccb7a77

Please sign in to comment.