##Update I no longer use this plugin so I may not update this anytime soon. Please refer SublimeApex which does almost all the features of this plugin and many more https://github.com/xjsender/SublimeApex ##iForce - Sublime text extension to help salesforce development (windows) ###Prerequisites: If you are using Force.com IDE or Eclipse as your primary IDE, chances are you have everything you need. * **JAVA\_HOME** - Need to create a environment variable JAVA\_HOME to point your JRE eg. _C:\Program Files\Java\jdk1.6.0_31\jre * **PATH** - Add your **Ant.bat** location to your environment variable PATH eg. _C:\Users\your_username\eclipse\plugins\org.apache.ant_1.7.1.v20100518-1145\bin_ * Download **Force.com Migration Tool** from _https://your\_org\_instance.salesforce.com/ui/setup/sforce/ClientDevToolsSetupPage?setupid=ClientDevTools_ and replace **ant-salesforce.jar** you have download to your ant library folder. eg. _C:\Users\your_username\eclipse\plugins\org.apache.ant_1.7.1.v20100518-1145\lib_ ###Features * Setup a new project * Refresh from server * Quick compile - Deploy current file to salesforce * Snippets - Create new Class/Trigger/Page with tab triggers (ifc, ift and ifp) * Syntax auto-set (*.cls, *.trigger and *.page) ###Planned to implement in future * Keep changesets in local git repo * Option to run SOQL query without leaving sublimetext * Get fields of an object by selecting object name. * Execute selected code and return results (Developer console) ###References - [Screenshots] (http://palaniraja.github.io/iForce/) ####Inspiration - [ForceDotBundle] (https://github.com/joshbirk/ForceDotBundle) - [MavensMate] (https://github.com/joeferraro/MavensMate-SublimeText) ###Contributions - [pventurino](https://github.com/pventurino) *** ###License Copyright 2012 Palaniraja Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.