comparison runtime/doc/netbeans.txt @ 6697:12155a47f6c2

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Sat, 21 Mar 2015 18:06:14 +0100
parents bd18da914be9
children ca19726d5e83
comparison
equal deleted inserted replaced
6696:949ab7b65ad5 6697:12155a47f6c2
1 *netbeans.txt* For Vim version 7.4. Last change: 2012 Jan 26 1 *netbeans.txt* For Vim version 7.4. Last change: 2015 Mar 14
2 2
3 3
4 VIM REFERENCE MANUAL by Gordon Prieur et al. 4 VIM REFERENCE MANUAL by Gordon Prieur et al.
5 5
6 6
304 304
305 bufID Buffer number. A message may be either for a specific buffer 305 bufID Buffer number. A message may be either for a specific buffer
306 or generic. Generic messages use a bufID of zero. NOTE: this 306 or generic. Generic messages use a bufID of zero. NOTE: this
307 buffer ID is assigned by the IDE, it is not Vim's buffer 307 buffer ID is assigned by the IDE, it is not Vim's buffer
308 number. The bufID must be a sequentially rising number, 308 number. The bufID must be a sequentially rising number,
309 starting at one. 309 starting at one. When the 'switchbuf' option is set to
310 "usetab" and the "bufID" buffer is not found in the current
311 tab page, the netbeans commands and functions that set this
312 buffer as the current buffer will jump to the first open
313 window that contains this buffer in other tab pages instead of
314 replacing the buffer in the current window.
310 315
311 seqno The IDE uses a sequence number for Commands and Functions. A 316 seqno The IDE uses a sequence number for Commands and Functions. A
312 Reply must use the sequence number of the Function that it is 317 Reply must use the sequence number of the Function that it is
313 associated with. A zero sequence number can be used for 318 associated with. A zero sequence number can be used for
314 Events (the seqno of the last received Command or Function can 319 Events (the seqno of the last received Command or Function can