2020. 10. 31. 02:32ㆍ카테고리 없음
Browse
Sublime Text plugin for Salesforce developers. Aims to replace the Eclipse-based Force.com IDE.
Install shell commands. To run the software globally on the system, we need to install the Shell Commands of Atom. For this purpose, go to the atom icon at the top left corner of the computer screen and choose install Shell Commands from the dropdown menu. This will install all the shell commands related to the software. 4.Test the application. Return to Top. Install and Setup Atom Preface/Explanation. Atom is the text-editor that we support in this class for editing files. We recommend Atom because it is a feature-rich text editor that has a wide array of different community-made packages that we use in this course that add useful features to the editor. Dec 31, 2016 STEP 3 - Install Sublime Text 3 Mavensmate Plugin STEP 4 - Create a new project in Mavensmate Desktop and click the Desktop/TV icon in Mavensmate Desktop on the left sidebar. It'll show Open with. Before proceeding, install MavensMate. Let us start with setting up MavensMate and Sublime Text a sophisticated cross-platform text editor to write code. For our current business scenario, we do not need to install Sublime Text. But, if you want to develop, or modify Apex code, then, you will need to install and configure, Sublime Text Editor. Packaged desktop app for MavensMate server. Contribute to joeferraro/MavensMate-Desktop development by creating an account on GitHub.
Installs
- Total58K
- Win38K
- Mac17K
- Linux3K
Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 2 | 1 | 0 | 0 | 1 | 0 | 5 | 2 | 4 | 2 | 6 | 1 | 0 | 2 | 4 | 2 | 0 | 2 | 0 | 0 | 1 | 2 | 1 | 0 | 1 | 1 | 2 | 2 | 1 | 2 | 2 | 0 | 0 | 0 | 6 | 4 | 2 | 1 | 0 | 0 | 3 | 1 | 2 | 2 |
Mac | 0 | 2 | 1 | 1 | 0 | 1 | 0 | 1 | 2 | 2 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 1 | 4 | 1 | 2 | 3 | 1 | 1 | 1 | 1 | 2 | 2 | 1 | 0 | 0 | 1 | 2 | 2 | 0 | 2 | 0 | 1 | 0 | 1 | 0 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
MavensMate for Sublime Text is a plugin that aims to replicate the functionality of the Eclipse-based Force.com IDE. Its goal is to allow developers to work inside Sublime Text for all their Force.com-related tasks.

- Create & Edit Salesforce.com projects with specific package metadata
- Create & compile Apex Classes, Apex Trigger, Visualforce Pages, Visualforce Components
- Create & Edit Lightning Components (v7 only)
- Retrieve & compile other types of Salesforce.com metadata
- Run Apex test methods and visualize test successes/failures & coverage
- Deploy metadata to other Salesforce.com orgs
- Apex Execute Anonymous
- Stream Apex Logs to your local filesystem
- Apex & Visualforce Code Assist
Issues
All issues are managed by the central MavensMate project
Install
How To Setup Mavensmate Desktop And Atom For Mac Download
Prerequisites
- Sublime Text 3 http://www.sublimetext.com/3
- Sublime Text Package Control https://packagecontrol.io/installation
- MavensMate Desktop (must be running in order for MavensMate for Sublime Text v7.0+ to function)https://github.com/joeferraro/mavensmate-desktop/releases
Plugin Installation
- Open Sublime Text 3
- Run
Package Control: Install Package
command - Search for
MavensMate
- Hit
Enter
IMPORTANT NOTE: If you are interested in automatically installing prereleases, you must add 'MavensMate'
to your Package Control 'install_prereleases'
user setting, see below:
Setup
Important Settings (Configured in MavensMate Desktop)
Workspaces (mm_workspace)
You may set mm_workspace
to a single path on your local filesystem or an array of paths.
Examples
Array of workspaces
Single workspace
Windows users: You must use escaped backslashes to set your workspaces:
Update
Updates to the plugin are handled automatically by Package Control.