comparison src/proto/netbeans.pro @ 7770:42c1a4e63d12 v7.4.1182

commit https://github.com/vim/vim/commit/d04a020a8a8d7a438b091d49218c438880beb50c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 26 23:30:18 2016 +0100 patch 7.4.1182 Problem: Still socket code intertwined with netbeans. Solution: Move code from netbeans.c to channel.c
author Christian Brabandt <cb@256bit.org>
date Tue, 26 Jan 2016 23:45:05 +0100
parents 6069f43cea4e
children e09af43f98f7
comparison
equal deleted inserted replaced
7769:3bdef7bd2244 7770:42c1a4e63d12
7 void ex_nbclose(exarg_T *eap); 7 void ex_nbclose(exarg_T *eap);
8 void ex_nbkey(exarg_T *eap); 8 void ex_nbkey(exarg_T *eap);
9 void ex_nbstart(exarg_T *eap); 9 void ex_nbstart(exarg_T *eap);
10 void netbeans_beval_cb(BalloonEval *beval, int state); 10 void netbeans_beval_cb(BalloonEval *beval, int state);
11 int netbeans_active(void); 11 int netbeans_active(void);
12 void netbeans_gui_register(void);
13 void netbeans_open(char *params, int doabort); 12 void netbeans_open(char *params, int doabort);
14 void netbeans_send_disconnect(void); 13 void netbeans_send_disconnect(void);
15 void netbeans_frame_moved(int new_x, int new_y); 14 void netbeans_frame_moved(int new_x, int new_y);
16 void netbeans_file_activated(buf_T *bufp); 15 void netbeans_file_activated(buf_T *bufp);
17 void netbeans_file_opened(buf_T *bufp); 16 void netbeans_file_opened(buf_T *bufp);