Giter VIP home page Giter VIP logo

vim-fdc's Introduction

#vim-fdc#

This is some scripts to better enable working with Force.com from within vim.

##file types##

Apex files are configured to automatically syntax highlight as java. Visualforce pages are configured to syntax hightlight as html.

##ant support##

I have included an ant script for deploying and retrieving files.

Within vim, cd to the root of your project.

In normal mode:

make deploy - this will deploy the currently open file to your org.

make deployAll - this will overwrite everything in your org with what is in your project folder.

make retrieveAll - this will overwrite everything in your project folder with what is in your org.

Note: The script assumes build.xml resides in a build folder below your project root and package.xml resides in a src folder below your project root.

##setup##

  • Copy the "ftdetect" folder go in your ~/.vim folder.
  • Copy the "build" folder into the root of your project folder.
  • If you copied the project from Eclipse, replace the package.xml in src under your project folder with the one provided. Otherwise, if you do not have a src folder yet you can copy the src folder provided into the root of your project folder.
  • Edit build/build.properties to reflect your username and password
  • Restart vim

vim-fdc's People

Contributors

mattpage avatar

Stargazers

Joel Dietz avatar

Watchers

Jeff Douglas avatar  avatar Marlin Scott avatar  avatar James Cloos avatar Will Supinski avatar Igor Androsov avatar  avatar  avatar Yoshito Sudo avatar Tom Ladendorf avatar Yoshifumi Kohata avatar Brandon Jones avatar  avatar Aaron Gilbert avatar Abdul Qadir Mansoori avatar  avatar  avatar  avatar Saurabh Gupta avatar  avatar  avatar  avatar

Forkers

fractastical

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.