| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
|
|
|
|
This can reduce the time taken to fold a document by half.
|
|
|
|
|
|
|