TT
unread,Mar 15, 2008, 3:49:22 AM3/15/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scintilla-interest
Hello there,
Thank you very much for this library, it's excellent! I'm a new user
of Notepad++.
One thing that is taking some time to get used to, however, is its
definition of "word", when you navigate or select word-by-word (e.g.
CTRL+RIGHTARROW, or CTRL+SHIFT+RIGHTARROW).
For instance, in virtually all Windows-based editors, if I position
the caret at the beginning of a word and then press CTRL+SHIFT
+RIGHTARROW, this selects the whole word _plus_ the trailing
punctuation + space (or leading, depending on how you see it I guess).
In Notepad++, instead, the selection stops right at the end of the
word.
This is presumably a Scintilla thing, and I also presume that this is
a Unix heritage (I think emacs also has a similar behaviour) but is
this configurable? If not, can it please be made configurable? (and
the Notepad++ project notified?)
Many thanks!