blob: eeb9f1b3c1bf770be2421986db14824aa4e9a31f [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001/* netbeans.c */
Bram Moolenaar446cb832008-06-24 21:56:24 +00002void netbeans_parse_messages __ARGS((void));
Bram Moolenaar9964e462007-05-05 17:54:07 +00003void messageFromNetbeansW32 __ARGS((void));
4int isNetbeansBuffer __ARGS((buf_T *bufp));
5int isNetbeansModified __ARGS((buf_T *bufp));
6void netbeans_end __ARGS((void));
7void ex_nbkey __ARGS((exarg_T *eap));
8void netbeans_beval_cb __ARGS((BalloonEval *beval, int state));
9void netbeans_startup_done __ARGS((void));
10void netbeans_send_disconnect __ARGS((void));
11void netbeans_frame_moved __ARGS((int new_x, int new_y));
12void netbeans_file_activated __ARGS((buf_T *bufp));
13void netbeans_file_opened __ARGS((buf_T *bufp));
14void netbeans_file_closed __ARGS((buf_T *bufp));
15void netbeans_inserted __ARGS((buf_T *bufp, linenr_T linenr, colnr_T col, char_u *txt, int newlen));
16void netbeans_removed __ARGS((buf_T *bufp, linenr_T linenr, colnr_T col, long len));
17void netbeans_unmodified __ARGS((buf_T *bufp));
18void netbeans_button_release __ARGS((int button));
19void netbeans_keycommand __ARGS((int key));
20void netbeans_save_buffer __ARGS((buf_T *bufp));
21void netbeans_deleted_all_lines __ARGS((buf_T *bufp));
22int netbeans_is_guarded __ARGS((linenr_T top, linenr_T bot));
23void netbeans_draw_multisign_indicator __ARGS((int row));
24void netbeans_draw_multisign_indicator __ARGS((int row));
25void netbeans_gutter_click __ARGS((linenr_T lnum));
Bram Moolenaar071d4272004-06-13 20:20:40 +000026/* vim: set ft=c : */