diff options
author | nyamatongwe <unknown> | 2001-10-25 23:50:45 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-10-25 23:50:45 +0000 |
commit | 6c9f4d9c8fd046f52a308d7072ce9292cd8645c9 (patch) | |
tree | def446f644219cf0c3800b38254d11e7e962fd1e /src/LineMarker.h | |
parent | e7333cbfe272f9a08782ff889d70efd94d291da6 (diff) | |
download | scintilla-mirror-6c9f4d9c8fd046f52a308d7072ce9292cd8645c9.tar.gz |
Changed definition of word to either be a sequence of word characters or
a sequence of punctuation. Punctuation is defined as those character that
are not in the set of word characters but are not new line (\r or \n)
characters or space characters. Space characters are ' ' and control
characters.
Word boundaries occur between sequences of these four (word, punctuation,
space and newline) classes although there is some fiddling to ensure
spaces are correctly associated with their adjacent words when performing
some operations such as delete to end of word.
Diffstat (limited to 'src/LineMarker.h')
0 files changed, 0 insertions, 0 deletions