On Fri, Sep 30, 2011 at 4:12 PM, Bram Moolenaar wrote:
> Xavier de Gaye wrote:
>> ...
>> When building an automated test case with netbeans, it is not obvious
>> how to have Vim made to call the idle loop. The attached patch adds a
>> call to netbeans_parse_messages() when the Vim ":sleep" command
Xavier de Gaye wrote:
> The netbeans implementation in Vim receives the netbeans messages in
> the gui event loop (or the select event loop) and processes these
> messages by calling netbeans_parse_messages() in the idle loop when
> Vim is waiting for user input.
>
> When building an automated t
The netbeans implementation in Vim receives the netbeans messages in
the gui event loop (or the select event loop) and processes these
messages by calling netbeans_parse_messages() in the idle loop when
Vim is waiting for user input.
When building an automated test case with netbeans, it is not ob