Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-04-03 | Patch from Brian Quinlan to include metdata about keyword lists within | nyamatongwe | 1 | -2/+9 | |
lexers. | |||||
2002-02-12 | consting. | nyamatongwe | 1 | -7/+7 | |
2002-02-06 | Made languageName public so clients can use it. | nyamatongwe | 1 | -1/+1 | |
2001-04-13 | Added a string name to each lexer. | nyamatongwe | 1 | -2/+3 | |
Made it possible for LexerModule to be subclassed so that its Lex and Fold methods can be specialised to work across DLL boundaries. | |||||
2001-04-13 | Start of new lexer infrastructure. | nyamatongwe | 1 | -5/+18 | |
Lexers can have a fold function as well as a lexer function. They can be identified by string name as well as an integer ID and may ask to be automatically assigned that ID. | |||||
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -4/+11 | |
2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 1 | -1/+1 | |
2001-01-23 | New function isspacechar to avoid bugs when character >= 0x80. | nyamatongwe | 1 | -3/+8 | |
2000-04-04 | Avoid lots of warnings from Borland C++. | nyamatongwe | 1 | -2/+2 | |
Changed name of interface class defined in Accessor.h to Accessor. | |||||
2000-04-04 | Split a Document based Accessor (DocumentAccessor) off from | nyamatongwe | 1 | -2/+2 | |
the old accessor which is now called WindowAccessor. Accessor.h defines a common interface which is the type consumed by the lexers. | |||||
2000-03-16 | Moved some functionality from KeyWords into StylingContext so all the | nyamatongwe | 1 | -2/+35 | |
lexing code could be moved out to files containing one lexer each. | |||||
2000-03-08 | Initial revision | nyamatongwe | 1 | -0/+8 | |