Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-30 | Use Sci_Position / Sci_PositionU for variables in lexers that represent | Joe Mueller | 1 | -5/+5 | |
positions and line numbers and may be widened to 64-bits in a future release. | |||||
2015-07-20 | Use Sci_Position when required to implement interfaces. | Neil | 1 | -8/+8 | |
2014-03-14 | Assembler lexer variant As(SCLEX_AS) for Unix assembly code which uses '#' | Neil | 1 | -3/+10 | |
for comments and ';' to separate statements. From nkmathew. | |||||
2013-07-21 | Replace all instances of isascii with Scintilla-specific IsASCII. | Neil | 1 | -1/+1 | |
iasascii is not part of ISO C or C++ but is a BSD extension so caused problems when compiling in strict compliance mode. | |||||
2012-05-05 | Make destructors virtual to avoid warnings from g++ 4.7. | nyamatongwe | 1 | -1/+1 | |
2011-11-14 | Removed warning suppression that had been included for Visual C++ 6.0. | nyamatongwe | 1 | -4/+0 | |
2011-03-18 | Removed unused variable. | nyamatongwe | 1 | -4/+2 | |
2011-02-13 | Folding features added by Udo Lechner. | nyamatongwe | 1 | -8/+183 | |
Explicit fold points which can be set to arbitrary strings and occur anywhere. Can choose whether to have syntax based folding and multiline comment folding. | |||||
2011-02-04 | Converted to lexer objects. | nyamatongwe | 1 | -19/+127 | |
2011-01-27 | Dropped inclusion of PropSetSimple.h in lexers which do not use ↵ | nyamatongwe | 1 | -1/+0 | |
PropSetSimple directly. Dropped declaration not needed in LexCPP. | |||||
2010-07-13 | For new lexer design change includes to add new files and remove unused files. | nyamatongwe | 1 | -6/+10 | |
Normalise order of includes. Minor fixes for compatibility with new lexer design. | |||||
2010-07-13 | Moved lexers into lexers directory. | nyamatongwe | 1 | -0/+180 | |