comparison src/proto/netbeans.pro @ 9052:3a6b66c02d6d v7.4.1811

commit https://github.com/vim/vim/commit/3266c85a44a637862b0ed6e531680c6ab2897ab5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 30 18:07:05 2016 +0200 patch 7.4.1811 Problem: Netbeans channel gets garbage collected. Solution: Set reference in nb_channel.
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Apr 2016 18:15:06 +0200
parents e09af43f98f7
children
comparison
equal deleted inserted replaced
9051:90d5e86e27e5 9052:3a6b66c02d6d
8 void ex_nbstart(exarg_T *eap); 8 void ex_nbstart(exarg_T *eap);
9 void netbeans_beval_cb(BalloonEval *beval, int state); 9 void netbeans_beval_cb(BalloonEval *beval, int state);
10 int netbeans_active(void); 10 int netbeans_active(void);
11 void netbeans_open(char *params, int doabort); 11 void netbeans_open(char *params, int doabort);
12 void netbeans_send_disconnect(void); 12 void netbeans_send_disconnect(void);
13 int set_ref_in_nb_channel(int copyID);
13 void netbeans_frame_moved(int new_x, int new_y); 14 void netbeans_frame_moved(int new_x, int new_y);
14 void netbeans_file_activated(buf_T *bufp); 15 void netbeans_file_activated(buf_T *bufp);
15 void netbeans_file_opened(buf_T *bufp); 16 void netbeans_file_opened(buf_T *bufp);
16 void netbeans_file_killed(buf_T *bufp); 17 void netbeans_file_killed(buf_T *bufp);
17 void netbeans_inserted(buf_T *bufp, linenr_T linenr, colnr_T col, char_u *txt, int newlen); 18 void netbeans_inserted(buf_T *bufp, linenr_T linenr, colnr_T col, char_u *txt, int newlen);