Age | Commit message (Collapse) | Author | Files | Lines |
|
for upper and lower case characters instead of current word characters.
This changes behaviour for words like "_word" -> "_Word" instead of remaining
"_word" but that doesn't matter for this feature's intended use which is to allow
display of ASCII-only keywords in the user's preferred casing (else/ELSE/Else)
for languages with case-insensitive keywords.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It may be useful in more situations than just font names.
|
|
This simplifies and optimizes their use in other classes and containers.
|
|
|
|
implementation.
|
|
|
|
|
|
FoldDisplayTextSetStyle.
|
|
to optimize speed of character category features.
|
|
be needed for adding a CharacterCategory feature.
|
|
other modules.
|
|
|
|
|
|
regular expressions and calling the Win32 API.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SCI_MOVESELECTEDLINESDOWN for rectangular or thin selection by performing no
action.
|
|
|
|
|
|
|
|
Remove inclusion of <cctype> except in lexers as cctype functions often behave
poorly and may crash for out of bounds arguments.
|
|
|
|
This occurred for single-byte encodings and was never hit as
GetCharacterAndWidth is only called for multi-byte encodings.
|
|
|
|
|
|
Fixed history by moving new items into the pending version.
|
|
|
|
|
|
|
|
by measuring speed and limiting to around 10 milliseconds.
|
|
that it can be reused.
|