Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
|
|
INDIC_ is also used for indicator styles.
|
|
|
|
|
|
Changed GetTextLength to use same logic as GetText to ensure they agree.
|
|
|
|
|
|
|
|
|
|
|
|
warnings.
|
|
|
|
|
|
|
|
C++20 features.
|
|
if font not changed.
Didn't correct the check as its not justified by minimal performance benefit so
removed the supporting variable.
|
|
|
|
|
|
|
|
|
|
|
|
values and can avoid allocations.
Switched &[0] to data() to avoid some warnings.
|
|
scite/scripts/RegenerateSource.py.
|
|
|
|
implementation.
|
|
|
|
Dependencies files deps.mak and nmdeps.mak are formatted with one file per line
as that makes it easier to examine differences between versions.
|
|
be needed for adding a CharacterCategory feature.
|
|
|
|
|
|
|
|
regular expressions and calling the Win32 API.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove inclusion of <cctype> except in lexers as cctype functions often behave
poorly and may crash for out of bounds arguments.
|
|
|
|
|
|
MAKEWPARAM which are more specific.
|
|
|
|
|