xref: /vim-8.2.3635/src/proto/netbeans.pro (revision 3266c85a)
1/* netbeans.c */
2void netbeans_parse_messages(void);
3int isNetbeansBuffer(buf_T *bufp);
4int isNetbeansModified(buf_T *bufp);
5void netbeans_end(void);
6void ex_nbclose(exarg_T *eap);
7void ex_nbkey(exarg_T *eap);
8void ex_nbstart(exarg_T *eap);
9void netbeans_beval_cb(BalloonEval *beval, int state);
10int netbeans_active(void);
11void netbeans_open(char *params, int doabort);
12void netbeans_send_disconnect(void);
13int set_ref_in_nb_channel(int copyID);
14void netbeans_frame_moved(int new_x, int new_y);
15void netbeans_file_activated(buf_T *bufp);
16void netbeans_file_opened(buf_T *bufp);
17void netbeans_file_killed(buf_T *bufp);
18void netbeans_inserted(buf_T *bufp, linenr_T linenr, colnr_T col, char_u *txt, int newlen);
19void netbeans_removed(buf_T *bufp, linenr_T linenr, colnr_T col, long len);
20void netbeans_unmodified(buf_T *bufp);
21void netbeans_button_release(int button);
22int netbeans_keycommand(int key);
23void netbeans_save_buffer(buf_T *bufp);
24void netbeans_deleted_all_lines(buf_T *bufp);
25int netbeans_is_guarded(linenr_T top, linenr_T bot);
26void netbeans_draw_multisign_indicator(int row);
27void netbeans_gutter_click(linenr_T lnum);
28/* vim: set ft=c : */
29