You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Sublime IDE for Salesforce
2
-
This plugin supports [Sublime Text 3](http://www.sublimetext.com/3) for windows and OSX, not tested for Linux.
2
+
This plugin supports [Sublime Text 3](http://www.sublimetext.com/3) for windows and OSX, has not enough testing for Linux yet.
3
3
4
-
All of my motivation on this plugin come from your star, if you think this plugin is helpful in your daily work, please **star** this plugin.
4
+
All of our motivation on this plugin come from your star, if you think this plugin is helpful in your daily work, please **star** this plugin.
5
5
6
6
# Installation
7
7
@@ -14,7 +14,7 @@ Or, You can follow the step-by-step [instruction](https://meighanrockssf.wordpre
14
14
# Project Configuration
15
15
After you have installed this plugin successfully, you can follow <ahref="/docs/project.md"target="_blank">Project Configuration</a> to configure your own project.
16
16
17
-
If you don't want to keep your user credential information in the plugin , you just need to do it as below format, plugin will lanuch the browser to start OAuth2 Login process,
17
+
If you don't want to keep your user credential information in the plugin , you just need to do it as below format, plugin will launch the browser to start OAuth2 Login process,
18
18
```javascript
19
19
"projects": {
20
20
"pro-sublime": {
@@ -64,6 +64,12 @@ If you don't want to keep your user credential information in the plugin , you j
Feel free to open issues, but you should refer to the <ahref="/docs/issue.md"target="_blank">Raise Issue</a> before
69
+
reporting any bug.
70
+
71
+
well welcome to any contribution, open an issue for discussion before draft you code.
72
+
67
73
# Q&A
68
74
+``Refresh Package`` vs ``Update Project``
69
75
*``Refresh Package`` can update the project by the ``package.xml`` in the project folder or ``project/src`` folder
@@ -78,7 +84,7 @@ If you don't want to keep your user credential information in the plugin , you j
78
84
*``Deploy to Server`` is achieved by ``Metadata API`` tech, which is usually used to develop none-apex in sandbox, deploy any components into different org or production
79
85
80
86
+ What's the usage of ``Update Project Pattern`` command?
81
-
* Everytime when you udpate the ``file_exclude_patterns`` or ``folder_exclude_patterns``, you must execute ``Update Project Pattern`` command to ensure it is working.
87
+
* Everytime when you update the ``file_exclude_patterns`` or ``folder_exclude_patterns``, you must execute ``Update Project Pattern`` command to ensure it is working.
82
88
* Everytime when the default project doesn't appeared in the sidebar panel, you an use this command to show the default project.
83
89
84
90
+ If you failed to deploy package after release 3.3.7
0 commit comments