Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-16 | Backport: Move implementations into cxx file. | Neil | 1 | -5/+12 | |
Replace 0 and NULL with nullptr. Update comments. Backport of changeset 6955:440e02c389df. | |||||
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -2/+0 | |
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
2017-06-22 | Backport: Basic implementation helpers for style metadata. | Neil | 1 | -1/+15 | |
Backport of changeset 6347:69b7471ad62f. | |||||
2017-04-01 | Standardize on C++ headers, remove headers that aren't needed and add <cstddef> | Neil | 1 | -6/+2 | |
where it may be needed in the future. | |||||
2015-07-29 | Change lexlib to use Sci_Position and Sci_PositionU to prepare for large file | Neil | 1 | -2/+2 | |
support. | |||||
2015-07-25 | Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, and | Neil | 1 | -2/+2 | |
comment recognizers to allow for future implementation of 64-bit positions. | |||||
2014-05-24 | Header include statements are now in a standardised order with that order | Neil | 1 | -1/+1 | |
defined in scripts/HeaderOrder.txt. | |||||
2014-05-24 | Removing style byte indicators. | Neil | 1 | -10/+2 | |
2013-12-15 | Format normalization - whitespace and braces made consistent. | Neil | 1 | -1/+1 | |
Parameter names added to method declarations. | |||||
2013-07-21 | Normalising order of language headers. | Neil | 1 | -1/+1 | |
2013-05-08 | Avoid warning. | nyamatongwe | 1 | -1/+1 | |
2013-04-01 | Variable not needed. | nyamatongwe | 1 | -3/+1 | |
2010-07-13 | New files for new lexer implementation. | nyamatongwe | 1 | -0/+121 | |