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