Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
handles and marker numbers on a line.
|
|
|
|
|
|
Bug [#1906], Bug [#1997], and Bug [#2065] also fixed.
|
|
|
|
|
|
This changes the lexing test results a lot since line comments are common.
|
|
|
|
container lexing when a lexer is set.
|
|
messages. Modify types to match.
|
|
share implementation of window pointers between files, use GetWindowStyle.
|
|
This mostly helps the curses platform where a line of text is a single 'pixel'.
|
|
|
|
|
|
noexcept.
|
|
|
|
in Scintilla.iface.
|
|
to fix warnings before making widening types in the next change set.
|
|
|
|
|
|
|
|
|
|
|
|
Relies on Platform environment variable and defaults to 32-bit.
|
|
C++ Core Guidelines C.146.
|
|
|
|
|
|
|
|
|
|
type safety and adherence to C++ Core Guidelines C.146.
|
|
This reduces casting.
|
|
|
|
|
|
|
|
Use noexcept, namespace, const, constexpr, and static inline where reasonable.
Avoid warnings in initializations.
|
|
|
|
|
|
|
|
|
|
InitializeCriticalSection inside DllMain can cause exceptions on old Windows.
|
|
|
|
Remove unused headers from HeaderOrder.txt.
|
|
|
|
|
|
|