xuhdev / SingleCompile

A Vim plugin making it more convenient to compile or run a single source file.
https://singlecompile.topbug.net
GNU General Public License v3.0
123 stars 20 forks source link

Feature Request - Asynchronous Compiling via Dispatch.vim #39

Open tcuthbert opened 11 years ago

tcuthbert commented 11 years ago

Hey,

Is it possible to implement asynchronous compiling with Tim Pope's Dispatch.vim?

https://github.com/tpope/vim-dispatch

xuhdev commented 11 years ago

Thanks for the suggestion. It looks possible. But I won't have time to do this until mid-July. If you can make a pull request, you're welcome to do so. Otherwise I am afraid you need to wait for some time.

xuhdev commented 11 years ago

Unfortunately after I looked into dispatch, there is no API provided for plugin developers, e.g. I can't get the return value, output, etc.

tcuthbert commented 11 years ago

I've seen this plugin which appears to be more developer centric:

https://github.com/MarcWeber/vim-addon-async

not sure if it's of any use.

On Tue, Nov 5, 2013 at 4:37 PM, Hong Xu notifications@github.com wrote:

Unfortunately after I looked into dispatch, there is no API provided for plugin developers, e.g. I can't get the return value, output, etc.

— Reply to this email directly or view it on GitHubhttps://github.com/xuhdev/SingleCompile/issues/39#issuecomment-27754797 .

Sincerely,

Thomas Cuthbert