diff options
| author | nyamatongwe <unknown> | 2002-01-24 11:08:22 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2002-01-24 11:08:22 +0000 |
| commit | 01dce90a53e864aa280506904441b9e1efb53da3 (patch) | |
| tree | 505c3547e94f997cc2e890233d4e21882ba8fa41 /doc/ScintillaDoc.html | |
| parent | 449c9cedd4861e59fe19d3fd0731688ebbcbb8e1 (diff) | |
| download | scintilla-mirror-01dce90a53e864aa280506904441b9e1efb53da3.tar.gz | |
Added parameter to WordStartPosition / WordEndPosition to indicate that
only word characters should be considered parts of words.
Diffstat (limited to 'doc/ScintillaDoc.html')
| -rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 2 insertions, 2 deletions
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) </pre> <p> Scintilla maintains a selection which stretches between two points, the anchor and the |
