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