blob: f6b7d7d4967897c772765fbee25145d112706f19 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001/* netbeans.c */
Bram Moolenaare4efc3b2005-03-07 23:16:51 +00002void netbeans_w32_connect __ARGS((void));
Bram Moolenaar071d4272004-06-13 20:20:40 +00003void messageFromNetbeansW32 __ARGS((void));
4int isNetbeansBuffer __ARGS((buf_T *bufp));
5int isNetbeansModified __ARGS((buf_T *bufp));
6void netbeans_end __ARGS((void));
Bram Moolenaar009b2592004-10-24 19:18:58 +00007void ex_nbkey __ARGS((exarg_T *eap));
Bram Moolenaare4efc3b2005-03-07 23:16:51 +00008void netbeans_beval_cb __ARGS((BalloonEval *beval, int state));
Bram Moolenaar071d4272004-06-13 20:20:40 +00009void netbeans_startup_done __ARGS((void));
Bram Moolenaar009b2592004-10-24 19:18:58 +000010void netbeans_send_disconnect __ARGS((void));
Bram Moolenaar071d4272004-06-13 20:20:40 +000011void netbeans_frame_moved __ARGS((int new_x, int new_y));
Bram Moolenaar009b2592004-10-24 19:18:58 +000012void netbeans_file_activated __ARGS((buf_T *bufp));
13void netbeans_file_opened __ARGS((buf_T *bufp));
Bram Moolenaar071d4272004-06-13 20:20:40 +000014void netbeans_file_closed __ARGS((buf_T *bufp));
Bram Moolenaar009b2592004-10-24 19:18:58 +000015void netbeans_inserted __ARGS((buf_T *bufp, linenr_T linenr, colnr_T col, char_u *txt, int newlen));
Bram Moolenaar071d4272004-06-13 20:20:40 +000016void 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));
26/* vim: set ft=c : */