Age | Commit message (Collapse) | Author | Files | Lines |
|
This is before-fix and demonstrates the issue.
Remove the .new file as that is a temporary.
|
|
|
|
|
|
|
|
Harmonize types to avoid casts.
|
|
|
|
|
|
|
|
Lexilla and Scintilla currently share a version number but they may diverge in
the future.
|
|
|
|
|
|
This is commented out and may be enabled by changing source code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cases. Windows automatically provides CF_UNICODETEXT when CF_TEXT on clipboard.
This does not change drag-and-drop as that depends on CF_TEXT such as when
dragging from DBCS.
|
|
|
|
|
|
HEREDOCs style termination.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement ILexer5 on object lexers.
Implement ILexer5 on LexerSimple wrapper for function lexers.
|
|
|
|
|
|
This allows building a version of SciTE that is statically linked to Scintilla
and does not include any lexers but allows the use of lexers provided by
loading a DLL.
|
|
be reused.
|
|
|
|
This is preparing to move much of Catalogue into a header for reuse.
|
|
|
|
Mark noexcept where reasonable. Check that functions are available.
|
|
|
|
This allows removal of related #include statements.
|
|
Turn off this warning as can't change system headers.
|
|
That allows simplifying the recipe to just use the prerequisites $^.
|