comparison runtime/doc/netbeans.txt @ 9:4102fb4ea781 v7.0002

updated for version 7.0002
author vimboss
date Sun, 20 Jun 2004 12:51:53 +0000
parents 3fc0f57ecb91
children f6033dcbaf31
comparison
equal deleted inserted replaced
8:7edf9b6e4c36 9:4102fb4ea781
1 *netbeans.txt* For Vim version 7.0aa. Last change: 2004 May 01 1 *netbeans.txt* For Vim version 7.0aa. Last change: 2004 Jun 16
2 2
3 3
4 VIM REFERENCE MANUAL by Gordon Prieur 4 VIM REFERENCE MANUAL by Gordon Prieur
5 5
6 6
178 Region is guarded, cannot modify 178 Region is guarded, cannot modify
179 NetBeans defines guarded areas in the text, which you cannot 179 NetBeans defines guarded areas in the text, which you cannot
180 change. 180 change.
181 181
182 *E656* 182 *E656*
183 NetBeans dissallows writes of unmodified buffers 183 NetBeans disallows writes of unmodified buffers
184 NetBeans does not support writes of unmodified buffers that 184 NetBeans does not support writes of unmodified buffers that
185 were opened from NetBeans. 185 were opened from NetBeans.
186 186
187 *E657* 187 *E657*
188 Partial writes disallowed for NetBeans buffers 188 Partial writes disallowed for NetBeans buffers
243 affect NetBeans users (ie, not Agide users). However, a bug was fixed which 243 affect NetBeans users (ie, not Agide users). However, a bug was fixed which
244 could cause confusion. The netbeans_saved() function sent a "save" protocol 244 could cause confusion. The netbeans_saved() function sent a "save" protocol
245 command. In protocol version 2.1 and earlier this was incorrectly interpreted 245 command. In protocol version 2.1 and earlier this was incorrectly interpreted
246 as a notification that a write had taken place. In reality, it told NetBeans 246 as a notification that a write had taken place. In reality, it told NetBeans
247 to save the file so multiple writes were being done. This caused various 247 to save the file so multiple writes were being done. This caused various
248 problems and has been fixed in 2.2. To decrease the likelyhood of this 248 problems and has been fixed in 2.2. To decrease the likelihood of this
249 confusion happening again, netbeans_saved() has been renamed to 249 confusion happening again, netbeans_saved() has been renamed to
250 netbeans_save_buffer(). 250 netbeans_save_buffer().
251 251
252 The messages are currently sent over a socket. Since the messages are in 252 The messages are currently sent over a socket. Since the messages are in
253 plain UTF-8 text this protocol could also be used with any other communication 253 plain UTF-8 text this protocol could also be used with any other communication