Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -2/+0 | |
interfaces ILexer4 and IDocument. | |||||
2017-06-22 | Fix printf formatting with correct format specifier and cast to allow argument | Neil | 1 | -1/+1 | |
be 64-bit. | |||||
2015-07-30 | Use Sci_Position / Sci_PositionU for variables in lexers that represent | Joe Mueller | 1 | -11/+11 | |
positions and line numbers and may be widened to 64-bits in a future release. | |||||
2015-07-25 | Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, and | Neil | 1 | -4/+4 | |
comment recognizers to allow for future implementation of 64-bit positions. | |||||
2013-10-17 | Fix sign warning in debug code. | Neil | 1 | -1/+1 | |
2013-05-08 | Hide implementation of WordList. | nyamatongwe | 1 | -6/+6 | |
2011-08-05 | Use casts to squash 64-bit warnings from strlen return value. | nyamatongwe | 1 | -2/+2 | |
2011-03-18 | Removed unused variable. | nyamatongwe | 1 | -3/+0 | |
2011-02-07 | Lexer for Modula 2/3. From Dariusz Knoci?ski. Feature #3173374. | nyamatongwe | 1 | -0/+746 | |