| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
|
|
Backed out changeset: 512ec9ab2e7c
|
|
|
|
Bit flag value is CARETSTYLE_BLOCK_AFTER=256.
|
|
That is for CARETSTYLE_LINE | CARETSTYLE_BLOCK mode.
|
|
as continuing the string.
|
|
|
|
|
|
|
|
[Set]MarginTypeN, and [Set]MarginCursorN.
|
|
Adds *_NONE and INDICATOR_* enumeration values.
Moves old INDIC?_MASK to deprecated section.
|
|
|
|
|
|
|
|
|
|
Changed GetTextLength to use same logic as GetText to ensure they agree.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
contracted.
|
|
switching from or to Unicode.
Only noticeable on huge files.
|
|
|
|
|
|
|
|
C++20 features.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|