Re: building a test case with netbeans

2011-10-01 Fir de Conversatie Xavier de Gaye
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

Re: building a test case with netbeans

2011-09-30 Fir de Conversatie Bram Moolenaar
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

building a test case with netbeans

2011-09-30 Fir de Conversatie Xavier de Gaye
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