comparison src/gui_w48.c @ 2209:d0ddf7ba1630 vim73

Included the patch to support netbeans in a terminal.
author Bram Moolenaar <bram@vim.org>
date Sat, 22 May 2010 18:28:27 +0200
parents 7b0e89b77216
children 8c6a66e2b3cc
comparison
equal deleted inserted replaced
2208:495995b9ce7d 2209:d0ddf7ba1630
1730 #endif 1730 #endif
1731 1731
1732 #ifdef FEAT_NETBEANS_INTG 1732 #ifdef FEAT_NETBEANS_INTG
1733 if (msg.message == WM_NETBEANS) 1733 if (msg.message == WM_NETBEANS)
1734 { 1734 {
1735 messageFromNetbeansW32(); 1735 netbeans_read();
1736 return; 1736 return;
1737 } 1737 }
1738 #endif 1738 #endif
1739 1739
1740 #ifdef FEAT_SNIFF 1740 #ifdef FEAT_SNIFF
1997 s_need_activate = FALSE; 1997 s_need_activate = FALSE;
1998 } 1998 }
1999 1999
2000 #ifdef FEAT_NETBEANS_INTG 2000 #ifdef FEAT_NETBEANS_INTG
2001 /* Process the queued netbeans messages. */ 2001 /* Process the queued netbeans messages. */
2002 netbeans_parse_messages(); 2002 if (usingNetbeans)
2003 netbeans_parse_messages();
2003 #endif 2004 #endif
2004 2005
2005 /* 2006 /*
2006 * Don't use gui_mch_update() because then we will spin-lock until a 2007 * Don't use gui_mch_update() because then we will spin-lock until a
2007 * char arrives, instead we use GetMessage() to hang until an 2008 * char arrives, instead we use GetMessage() to hang until an