Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
namespace.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SCI_MOVESELECTEDLINESDOWN for rectangular or thin selection by performing no
action.
|
|
|
|
|
|
|
|
Adds property 'lexer.nim.raw.strings.highlight.ident'.
|
|
as one problem is trying to run 64-bit Python with a 32-bit DLL or vice versa.
|
|
The TCL lexer handles CRLF line ends strangely often with different styles for
the CR and LF. This breaks the unit testing driver as the CR and LF are now
separated in the output leading to 2 lines where there was one. It also causes
differences in runs between Windows and Unix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This restores functioning of Scintilla on versions of Qt before 5.9.
|
|
|
|
Remove suppressions that are no longer needed with cppcheck 1.86 for lexers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove inclusion of <cctype> except in lexers as cctype functions often behave
poorly and may crash for out of bounds arguments.
|
|
|
|
|
|
performance very slightly.
|
|
|
|
|
|
|
|
nullptr, constexpr, noexcept.
|
|
Cppcheck shows some whole-file errors as line -1.
|
|
|
|
|
|
This occurred for single-byte encodings and was never hit as
GetCharacterAndWidth is only called for multi-byte encodings.
|
|
MSVC 2017 and Qt 5.12 and it caused duplicate flag warnings.
|
|
|