From 545645f9968b1091116925cab65a38961bcdc693 Mon Sep 17 00:00:00 2001 From: Joe Ferraro Date: Fri, 13 May 2016 07:30:17 -0400 Subject: [PATCH] release message --- messages/7.0.0-beta.2.txt | 46 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 messages/7.0.0-beta.2.txt diff --git a/messages/7.0.0-beta.2.txt b/messages/7.0.0-beta.2.txt new file mode 100644 index 0000000..500b172 --- /dev/null +++ b/messages/7.0.0-beta.2.txt @@ -0,0 +1,46 @@ +MavensMate-SublimeText 7.0.0-beta.2 changelog + +- Resolves syntax highlighting issues introduced by Sublime build 3113 + +MavensMate-SublimeText 7.0.0-beta.1 changelog + +### STOP: before MavensMate for Sublime Text v7 can function, YOU MUST INSTALL MavensMate-app. Please visit https://github.com/joeferraro/MavensMate-app to download and install. + +- This is a major release (we've been working on it for almost 8 months!). Our goals were speed, stability, ease-of-installation, and of course developer happiness. We hope you enjoy it :) + +### IMPORTANT ### + +Version 7 of MavensMate for Sublime Text no longer depends on the "mm" API, rather it depends on a brand new app called "MavensMate-app" (https://github.com/joeferraro/MavensMate-app). MavensMate-app is the MavensMate UI and the MavensMate local server packaged with a pretty bow. In keeping with our commitment to never expose your Salesforce source code/intellectual property to any server other than Salesforce.com, MavensMate-app's local server facilitates communication between your local machine and Salesforce.com, *only*. Your source code never passes through any (nonexistent) MavensMate remote server. If you're interested in reviewing the source code of the local MavensMate server, you can find it at https://github.com/joeferraro/MavensMate. + +### NEW FEATURES + +- Lightning support +- Run specific Apex test methods +- Streaming log viewer in MavensMate-app +- Logs streamed to your project automatically +- Faster compile times +- Sync with server command +- No more "Reset Metadata Container"! woo! +- Global settings (see below) +- Lots of other enhancements around stability, speed, and UX! + +### UPDATED SETTINGS MANAGEMENT ### + +Version 7 of the MavensMate for Sublime Text plugin introduces the concept of "global" settings which are accessed in Sublime Text via MavensMate > Settings > Global Settings. You'll notice that many of the global settings are those formerly managed by JSON files in Sublime Text. The reason they have moved is so that MavensMate plugins for Sublime Text, Atom, Visual Studio Code, etc. can manage core MavensMate settings in a single place. For example, mm_workspace is NO LONGER managed within Sublime Text; rather it is a global setting managed by the MavensMate app (MavensMate-app). + +-- Managing MavensMate for Sublime Text Settings -- + +There are three types of settings you need to be aware of: default plugin settings, user plugin settings, and global settings + +DEFAULT PLUGIN SETTINGS - the default settings for MavensMate for Sublime Text. DO NOT modify these settings, as they will be overwritten anytime you update MavensMate for Sublime Text. + +USER PLUGIN SETTINGS - the user-specific settings for MavensMAte for Sublime Text. You are strongly encouraged to copy the default settings to this file and update any settings within this file. + +GLOBAL SETTINGS - the core MavensMate settings, which are managed by MavensMate-app. + + +### TROUBLESHOOTING + +- If you are updating a setting and it doesn't seem to be working, be sure you are updating the right settings. USER PLUGIN SETTINGS are ONLY those settings SPECIFIC to the MavensMate for Sublime Text plugin (for example, mm_compile_on_save). GLOBAL SETTINGS are different altogether and can only be managed within MavensMate-app. + +- If you are receiving "Could not contact local MavensMate server", please ensure MavensMate-app is installed and running. \ No newline at end of file