summaryrefslogtreecommitdiffstats
path: root/runtime/doc/netbeans.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2004-10-24 19:18:58 +0000
committerBram Moolenaar <Bram@vim.org>2004-10-24 19:18:58 +0000
commit009b2592f7488286f286484b7f389e36fffa4bd9 (patch)
treec73d489697594d2c1216168f9bfb8763caed31f7 /runtime/doc/netbeans.txt
parent47136d70fafd8b101965b8d3d4bb72f5fe7dc231 (diff)
updated for version 7.0020
Diffstat (limited to 'runtime/doc/netbeans.txt')
-rw-r--r--runtime/doc/netbeans.txt33
1 files changed, 31 insertions, 2 deletions
diff --git a/runtime/doc/netbeans.txt b/runtime/doc/netbeans.txt
index ee6adea44a..e7a9aa06fa 100644
--- a/runtime/doc/netbeans.txt
+++ b/runtime/doc/netbeans.txt
@@ -417,6 +417,12 @@ guard off len
initDone Mark the buffer as ready for use. Implicitly makes the buffer
the current buffer. Fires the BufReadPost autocommand event.
+insertDone
+ Sent by NetBeans to tell vim an initial file insert is done.
+ This triggers a read message being printed. Prior to version
+ 2.3, no read messages were displayed after opening a file.
+ New in version 2.3.
+
moveAnnoToFront serNum
Not implemented.
@@ -450,6 +456,12 @@ save Save the buffer when it was modified. The other side of the
- 'buftype' disallows writing
New in version 2.2.
+saveDone
+ Sent by NetBeans to tell vim a save is done. This triggers
+ a save message being printed. Prior to version 2.3, no save
+ messages were displayed after a save.
+ New in version 2.3.
+
setAsUser Not implemented.
setBufferNumber pathname
@@ -473,6 +485,7 @@ setExitDelay seconds
This delay is used to give the IDE a chance to handle things
before really exiting. The default delay is two seconds.
New in version 2.1.
+ Obsolete in version 2.3.
setFullName pathname
Set the file name to be used for a buffer to "pathname", a
@@ -490,7 +503,14 @@ setModified modified
When the boolean argument "modified" is "T" mark the buffer as
modified, when it is "F" mark it as unmodified.
-setReadOnly Not implemented.
+setModtime time
+ Update a buffers modification time after NetBeans saves the
+ file.
+ New in version 2.3.
+
+setReadOnly
+ Passed by NetBeans to tell vim a file is readonly.
+ Implemented in verion 2.3.
setStyle Not implemented.
@@ -508,7 +528,11 @@ showBalloon text
disappear when the mouse is moved more than a few pixels.
New in version 2.1.
-specialKeys Not implemented.
+specialKeys
+ Map a set of keys (mostly function keys) to be passed back
+ to NetBeans for processing. This lets NetBeans hotkeys be
+ used from vim.
+ Implemented in version 2.3.
startAtomic Begin an atomic operation. The screen will not be updated
until "endAtomic" is given.
@@ -620,6 +644,11 @@ buttonRelease button lnum col
in the sign area.
New in version 2.2.
+disconnect
+ Tell NetBeans that vim is exiting and not to try and read or
+ write more commands.
+ New in version 2.3.
+
fileClosed Not implemented.
fileModified Not implemented.