Stephan Hennig a écrit :
navigating word-wise through text with Ctrl-Left and Ctrl-Right fails on
words with umlauts.  Instead of positioning the cursor at the beginning
of a word every umlaut acts as a word on its own.  That is, stepping
through a word containing one umlaut (äöüÄÖÜß) takes three key actions
where the cursor stops before the umlaut, after the umlaut and finally
arrives at the next word.

The problem has been observed with SciTE 1.71 on Windows XP with
disabled SciTEUser.properties.  Character encoding should be ansinew,
but I don't know how to check that.  The text has been input in SciTE.

The word characters are defined with the word.characters.$(file.patterns.lexer) property, ie. it depends on the active lexer... Note that SciTEGlobal.properties defines a chars.accented property that you can change and use in your word.characters definition.

--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to