From 01dce90a53e864aa280506904441b9e1efb53da3 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. --- doc/ScintillaDoc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 292898603..0988ffc87 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -241,8 +241,8 @@ SCI_GETCURLINE(int textlen, char *text) SCI_LINESONSCREEN SCI_SELECTIONISRECTANGLE SCI_MOVECARETINSIDEVIEW -SCI_WORDENDPOSITION(int position) -SCI_WORDSTARTPOSITION(int position) +SCI_WORDENDPOSITION(int position, bool onlyWordCharacters) +SCI_WORDSTARTPOSITION(int position, bool onlyWordCharacters)

Scintilla maintains a selection which stretches between two points, the anchor and the -- cgit v1.2.3