Tuesday, January 26, 2010

Re: visual_studio.vim

> You say that the async version requires external Python for obvious
> reasons. I'm not sure I understand what you mean. Calls to system() or
> commands using :! are no less blocking than commands using :python.
> The COM calls to the Visual Studio DTE are non-blocking, and the
> blocking mechanism is implemented in the visual_studio.py module using
> a loop that checks if the build is complete. For the async-version,
> you should disable this wait loop.

Very true, that's what I'm doing. Not sure what I was thinking saying
I needed external Python for that! :)

Max

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment