Giter VIP home page Giter VIP logo

buildmenu's Introduction

This is a mirror of http://www.vim.org/scripts/script.php?script_id=4659

Grab the latest dev version from github: https://github.com/shirai07/buildmenu.

If you use the build-tool Waf (http://code.google.com/p/waf), this plugin will
assist you by providing a comfortable sidebar menu which lists major Waf
commands and all existing build-targets of your current project. You can
select one or more targets from the list for building.

See https://github.com/shirai07/buildmenu/wiki for a screenshot.


Mappings in the sidebar menu:

<Space>
select or unselect a build-target from the list. the target
is highlighted in a different color to visualize your choice

<Return>
start building your selected build-target(s) with Waf. The
resulting build command would usually look like this:
   ./waf --targets=common,unittest1,unitest2

'R'
refresh build target list (plugin will run cmd "waf list" again)

You need to set a key-mapping in your .vimrc file to open/close the sidebar
menu (install this plugin and see its help file for details).


This script is still quite young and far from being feature complete.
Planned features for future versions:

 * user can add own args to the waf command-line for building
 * quick-help in the style of NERDTree (when pressing ?)
 * support of other build systems like SCons and GNU Make (if feasible)
 * multiselect targets via visual mode
 * 'U' unselect all

buildmenu's People

Contributors

andsten avatar

Watchers

 avatar  avatar  avatar

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.