From e4772b7376e6b1527c3ed88ac2dba0bc95b6452a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 24 Jan 2002 11:08:22 +0000 Subject: Added parameter to WordStartPosition / WordEndPosition to indicate that only word characters should be considered parts of words. --- include/Scintilla.iface | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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 -- cgit v1.2.3