From dd7e9491995f03ee14114ee266a727d40601c9e0 Mon Sep 17 00:00:00 2001
From: Neil
Words are defined in terms of characters and the sets of characters in each category can be customized to an extent. +
Words are defined in terms of characters and the sets of characters in each category can be customised to an extent.
The NUL character (0) is always a space as the APIs to set categories use NUL-terminated strings.
For single-byte encodings a category may be assigned to any character (1 to 0xFF).
For multi-byte encodings a category may be assigned to characters from 1 to 0x7F with static behaviour from 0x80.
@@ -5494,7 +5494,7 @@ struct Sci_TextToFind {
SC_ELEMENT_LIST_BACK : colouralpha
SC_ELEMENT_LIST_SELECTED : colouralpha
SC_ELEMENT_LIST_SELECTED_BACK : colouralpha
- The colours used for autocompletion lists may be customized on Win32 using
+ The colours used for autocompletion lists may be customised on Win32 using
.