aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-08-18 03:45:08 +0000
committernyamatongwe <devnull@localhost>2007-08-18 03:45:08 +0000
commit7af28ed0ae8321ec8c871f81598a0313c0dba7f6 (patch)
tree47d6ae8b89c72fe02d152a43c486196a9f43ce34 /doc/ScintillaDoc.html
parent4228fb9cd91c9778ec90b3f0d34859684642c85d (diff)
downloadscintilla-mirror-7af28ed0ae8321ec8c871f81598a0313c0dba7f6.tar.gz
Addition of DelWordRightEnd by Nick Treleaven eases compatibility with
common GTK+ behaviour.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index e13b71775..7da1fd899 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -3678,10 +3678,14 @@ struct TextToFind {
<td><code>SCI_DELETEBACK</code></td>
<td><code>SCI_DELETEBACKNOTLINE</code></td>
+ </tr>
+ <tr>
<td><code>SCI_DELWORDLEFT</code></td>
<td><code>SCI_DELWORDRIGHT</code></td>
+
+ <td><code>SCI_DELWORDRIGHTEND</code></td>
</tr>
<tr>