On Sun, 14 Sep 2008 07:35:27 +0000 (UTC), AC <[EMAIL PROTECTED]> wrote:
> > nyamatongwe is Neil Hodgson, the Scintilla developer. > > Just wait for his response. > > So he's responded*, saying something about using the API to change > the following settings: SCI_SETWORDCHARS, SCI_SETWHITESPACECHARS, > SCI_WORDRIGHT and/or SCI_WORDRIGHTEND. > Can this be configured in Geany somehow? SCI_WORDRIGHT and SCI_WORDRIGHTEND are commands, which one is used can be controlled with the 'use_gtk_word_boundaries' preference. SCI_SETWORDCHARS can be set with the 'wordchars' setting in filetypes.common[1] and additionally for particular filetypes in filetype.*[1]. SCI_SETWHITESPACECHARS can be changed in filetypes.common with the 'whitespace_chars' setting. Since Geany already uses almost the same wordchars as SciTE, it might be the 'whitespace_chars' setting which is different. If you will find out anything, it would be nice if you could report it here. Thanks. [1] filetypes.common and filetypes.* can be found in $prefix/share/geany. Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.asc
pgpGgsUBaDadX.pgp
Description: PGP signature
_______________________________________________ Geany mailing list [email protected] http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
