forked from joeferraro/MavensMate-SublimeText
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmavensmate.sublime-settings
More file actions
34 lines (25 loc) · 1.25 KB
/
mavensmate.sublime-settings
File metadata and controls
34 lines (25 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
MavensMate settings
NOTE: MavensMate user settings will override MavensMate default settings
To override default MavensMate settings, modify user-specific settings (MavensMate --> Open --> Settings - User)
** Most changes require a SublimeText restart **
*/
{
//** if you wish to utilize rvm, set to "~/.rvm/bin/rvm-auto-ruby"
"mm_ruby" : "ruby",
//set to location where you wish your MavensMate project to reside (must be an existing directory)
//for example: "/Users/username/Documents/workspaces/mavensmate" (notice the absolute path)
"mm_workspace" : "",
//set to desired Salesforce.com API version
"mm_api_version" : "26.0",
//if true, MavensMate will automatically hide the debug panel upon a successful operation
"mm_hide_panel_on_success" : true,
//the amount of time (in seconds) before MavensMate hides the debug panel upon a successful operation
"mm_hide_panel_time" : 0,
//if true, MavensMate will capture the save file operation and compile to the Salesforce.com server automatically
"mm_compile_on_save" : true,
//if true, MavensMate will hook into the Sublime Text completions API to offer code assistance
"mm_autocomplete" : true,
//if true, MavensMate will check for updates when Sublime Text starts
"mm_check_for_updates" : true
}