Merged from the latest developing branch.
[MacVim.git] / src / proto / netbeans.pro
blob789ac9f489f093a2a29758776f726a362067aa63
1 /* netbeans.c */
2 void netbeans_parse_messages __ARGS((void));
3 void messageFromNetbeansW32 __ARGS((void));
4 int isNetbeansBuffer __ARGS((buf_T *bufp));
5 int isNetbeansModified __ARGS((buf_T *bufp));
6 void netbeans_end __ARGS((void));
7 void ex_nbkey __ARGS((exarg_T *eap));
8 void netbeans_beval_cb __ARGS((BalloonEval *beval, int state));
9 void netbeans_startup_done __ARGS((void));
10 void netbeans_send_disconnect __ARGS((void));
11 void netbeans_frame_moved __ARGS((int new_x, int new_y));
12 void netbeans_file_activated __ARGS((buf_T *bufp));
13 void netbeans_file_opened __ARGS((buf_T *bufp));
14 void netbeans_file_killed __ARGS((buf_T *bufp));
15 void netbeans_inserted __ARGS((buf_T *bufp, linenr_T linenr, colnr_T col, char_u *txt, int newlen));
16 void netbeans_removed __ARGS((buf_T *bufp, linenr_T linenr, colnr_T col, long len));
17 void netbeans_unmodified __ARGS((buf_T *bufp));
18 void netbeans_button_release __ARGS((int button));
19 int netbeans_keycommand __ARGS((int key));
20 void netbeans_save_buffer __ARGS((buf_T *bufp));
21 void netbeans_deleted_all_lines __ARGS((buf_T *bufp));
22 int netbeans_is_guarded __ARGS((linenr_T top, linenr_T bot));
23 void netbeans_draw_multisign_indicator __ARGS((int row));
24 void netbeans_draw_multisign_indicator __ARGS((int row));
25 void netbeans_gutter_click __ARGS((linenr_T lnum));
26 /* vim: set ft=c : */