Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -1/+1 |
2021-04-05 | Extract CharClassify::cc as CharacterClass and change to enum class. | Neil | 1 | -7/+8 |
2020-06-11 | Use noexcept where safe and maintainable. | Neil | 1 | -1/+1 |
2019-04-28 | Declare reading methods as noexcept where reasonable. | Neil | 1 | -2/+2 |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -4/+0 |
2017-04-07 | Use same parameter names in declarations and definitions. | Neil | 1 | -1/+1 |
2016-08-20 | Make some methods const where reasonable. | Neil | 1 | -1/+1 |
2012-05-29 | add CharClassifier::GetCharsOfClass | Mook | 1 | -0/+1 |
2010-07-13 | Files changed for new lexer design. | nyamatongwe | 1 | -9/+6 |
2009-07-21 | Using a much simpler property set implementation. | nyamatongwe | 1 | -1/+13 |
2006-02-25 | Patch from Greg Smith with further modifications moved character | nyamatongwe | 1 | -0/+25 |