aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-10-16 10:58:24 +0000
committernyamatongwe <devnull@localhost>2000-10-16 10:58:24 +0000
commit517692e10fa73e5bdab499c7127fd33e8814a233 (patch)
tree5137098751a63a18dcd7a6db8823fa6ed3c9257d /include/Scintilla.iface
parent1bbf2f102eed4474c183ad1d99eb66d3ed4c2145 (diff)
downloadscintilla-mirror-517692e10fa73e5bdab499c7127fd33e8814a233.tar.gz
Merged Jason's WordPart left and right movement patch.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 109972983..072babd69 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1015,6 +1015,15 @@ set void SetCursor=2386(int cursorType,)
# Get cursor type
get int GetCursor=2387(,)
+# Move to the previous change in capitalistion
+fun void WordPartLeft=2390(,)
+# Move to the previous change in capitalistion extending selection to new caret position.
+fun void WordPartLeftExtend=2391(,)
+# Move to the change next in capitalistion
+fun void WordPartRight=2392(,)
+# Move to the next change in capitalistion extending selection to new caret position.
+fun void WordPartRightExtend=2393(,)
+
# Set the focus to this Scintilla widget.
# GTK+ Specific
fun void GrabFocus=2400(,)