v3.1.4
Build 3.1.4
Release Date: 25 July 2015
- Bug Fix:
- Enhancement:
- Add filters support for
Build Package.xml
command, which is used to filter members which contains the input filters - Add update feature for
Build Package.xml
command, which is used to add or remove members from exist package.xml - Add keymap for some frequently-used commands
- Add visibility control for some CURD command on code file
- Aura related features
- Merge
Deploy Lighting To Server
command withDeploy File to Server
command - Merge
Retrieve Lighting To Server
command withRetrieve File to Server
command - Use file full name as key in
component_metadata.sublime-settings
, originally, we use name as key, for example, originally,AccountController
is key, now isAccountController.cls
- Change
Diff With Server
command to just visible when code file isclasses, triggers, components or pages
- Add filters support for
- New Feature:
- New
Run Sync Test
command for replacingRun Test
feature - Read code coverage information from local cache kept by
Run Sync Test
command - New
Retrieve from This Server
command in the context menu - New
Diff With This Server
command in the context menu - New
View File Attributes
command in the context menu
- New
- Update:
Quick Goto
is switched to standard sublime build-in, I changed the mousemap to bind with the standard feature , with this feature, you can quickly view the symbols in sublime, for example, when you see a statement like thisAccountUtil.populateField()
, you can put focus in the method name, hold downshift
and triple-click your left mouse, sublime will open theAccountUtil
class and put focus in the selected method
- Restart your sublime when new version is installed