pbattisson / MavensMate-SublimeText

Sublime Text plugin for Salesforce1 developers. Aims to replace the Eclipse-based Force.com IDE.

Home Page:http://mavensmate.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#MavensMate for Sublime Text

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, and Visualforce Components
  • Compile and retrieve other Salesforce.com metadata
  • Run Apex test methods and visualize test successes/failures & coverage
  • Play Pacman, Tetris, Galaga, Quake, and Mortal Kombat while your Apex unit tests and deploys run
  • Deploy metadata to other Salesforce.com orgs
  • Apex Execute Anonymous
  • Create Apex Execution Overlay Actions "checkpoints" (tooling API)
  • Download Apex Logs (tooling API)
  • Apex & Visualforce Code Assist

####For detailed information and documentation, please visit mavensmate.com

##Sublime Text 3 plugin (current stable version)

##IMPORTANT

If you are upgrading from 3.x.x, please follow the instructions found here: http://mavensmate.com/Upgrade_Help

###Install

Sublime Text Package Control (recommended)

Sublime Text Package Control must be installed: https://sublime.wbond.net/installation

  1. Open Sublime Text
  2. Run Package Control: Install Package command
  3. Search for MavensMate
  4. Hit Enter

Manual

cd /path/to/sublime/text/packages/directory
git clone https://github.com/joeferraro/MavensMate-SublimeText.git 'MavensMate'

###Update

Updates to the plugin are handled automatically by Package Control. Updates can be applied manually by replacing the MavensMate directory in your Sublime Text Packages directory.

##Documentation http://mavensmate.com/Plugins/Sublime_Text/Overview

##Screenshots

###Project Wizard ###Apex Test Runner ###Apex Execute Anonymous ###Quick Panel ###Apex/Visualforce Code Assist

About

Sublime Text plugin for Salesforce1 developers. Aims to replace the Eclipse-based Force.com IDE.

http://mavensmate.com

License:GNU General Public License v3.0


Languages

Language:Python 91.1%Language:JavaScript 6.9%Language:Apex 2.0%