Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-22 | Bug [#2295] Fix potential memory leak with Korean language input. | Zufu Liu | 1 | -1/+1 | |
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -1/+1 | |
and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal. | |||||
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -4/+0 | |
interfaces ILexer4 and IDocument. | |||||
2015-03-12 | More efficient conversion to Hangul. | Neil | 1 | -1/+1 | |
From johnsonj. | |||||
2015-02-22 | Implement VK_HANJA for Korean on Windows. | Neil | 1 | -0/+26 | |