aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 2f0efa9be..47e244b4f 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -906,10 +906,10 @@ set void SetMouseDwellTime=2264(int periodMilliseconds,)
get int GetMouseDwellTime=2265(,)
# Get position of start of word
-fun int WordStartPosition=2266(position pos,)
+fun int WordStartPosition=2266(position pos, bool onlyWordCharacters)
# Get position of end of word
-fun int WordEndPosition=2267(position pos,)
+fun int WordEndPosition=2267(position pos, bool onlyWordCharacters)
val SC_WRAP_NONE=0
val SC_WRAP_WORD=1