blob: 31b7ef375b964ea466bfeba82265b1cda04859e4 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001/* netbeans.c */
Bram Moolenaar071d4272004-06-13 20:20:40 +00002void messageFromNetbeansW32 __ARGS((void));
3int isNetbeansBuffer __ARGS((buf_T *bufp));
4int isNetbeansModified __ARGS((buf_T *bufp));
5void netbeans_end __ARGS((void));
Bram Moolenaar009b2592004-10-24 19:18:58 +00006void ex_nbkey __ARGS((exarg_T *eap));
Bram Moolenaar071d4272004-06-13 20:20:40 +00007void netbeans_startup_done __ARGS((void));
Bram Moolenaar009b2592004-10-24 19:18:58 +00008void netbeans_send_disconnect __ARGS((void));
Bram Moolenaar071d4272004-06-13 20:20:40 +00009void netbeans_frame_moved __ARGS((int new_x, int new_y));
Bram Moolenaar009b2592004-10-24 19:18:58 +000010void netbeans_file_activated __ARGS((buf_T *bufp));
11void netbeans_file_opened __ARGS((buf_T *bufp));
Bram Moolenaar071d4272004-06-13 20:20:40 +000012void netbeans_file_closed __ARGS((buf_T *bufp));
Bram Moolenaar009b2592004-10-24 19:18:58 +000013void netbeans_inserted __ARGS((buf_T *bufp, linenr_T linenr, colnr_T col, char_u *txt, int newlen));
Bram Moolenaar071d4272004-06-13 20:20:40 +000014void netbeans_removed __ARGS((buf_T *bufp, linenr_T linenr, colnr_T col, long len));
15void netbeans_unmodified __ARGS((buf_T *bufp));
16void netbeans_button_release __ARGS((int button));
17void netbeans_keycommand __ARGS((int key));
18void netbeans_save_buffer __ARGS((buf_T *bufp));
19void netbeans_deleted_all_lines __ARGS((buf_T *bufp));
20int netbeans_is_guarded __ARGS((linenr_T top, linenr_T bot));
21void netbeans_draw_multisign_indicator __ARGS((int row));
22void netbeans_draw_multisign_indicator __ARGS((int row));
23void netbeans_gutter_click __ARGS((linenr_T lnum));
24/* vim: set ft=c : */