Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-04-13 | Added a string name to each lexer. | nyamatongwe | 1 | -6/+6 | |
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-11 | Patch from Philippe to make 'rem' work in batch files. | nyamatongwe | 1 | -133/+131 | |
Moved lex class values from LexOthers.cxx to Scintilla.iface. Added recognition of diff output to errorlist lexer so can see in output pane of SciTE. | |||||
2001-04-03 | Fixed read of uninitialised memory when searching for '=' in properties | nyamatongwe | 1 | -1/+2 | |
files. | |||||
2001-02-27 | Patch from Philippe to regularise comments. | nyamatongwe | 1 | -1/+1 | |
2001-02-23 | Patch from Philippe to clean up the code a lot. | nyamatongwe | 1 | -67/+136 | |
2001-02-21 | Patch from Philippe to improve batch file lexer. | nyamatongwe | 1 | -48/+64 | |
2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 1 | -1/+1 | |
2001-01-24 | Changed isspace to isspacechar which is safe for characters >= 128. | nyamatongwe | 1 | -6/+6 | |
2001-01-04 | Fixed some warnings. | nyamatongwe | 1 | -1/+1 | |
2001-01-04 | Dropped unused parameter to avoid warning. | nyamatongwe | 1 | -1/+1 | |
2001-01-02 | From Philippe. | nyamatongwe | 1 | -43/+116 | |
More batch file features are recognised when NEW_BATCH defined. Make lexer understands variables, operators, and preprocessor. | |||||
2000-08-30 | Perl error format supported. | nyamatongwe | 1 | -7/+13 | |
SCE_ERR_* symbols replace inline constants. | |||||
2000-08-18 | Added in most of Ferdinand Prantl's changes except for regular expression | nyamatongwe | 1 | -2/+43 | |
search. Some bits not quite done as well. | |||||
2000-05-08 | Added LaTeX lexer from Christian Obrecht. | nyamatongwe | 1 | -0/+105 | |
2000-04-08 | Warning squashing. | nyamatongwe | 1 | -2/+1 | |
Updated contributors list. Fixed lexing of MS warnings. | |||||
2000-04-05 | Changed the lexer module objects to be globally visible (by removing 'static') | nyamatongwe | 1 | -4/+4 | |
so they can be explicitly referenced to force inclusion in a build. | |||||
2000-04-04 | Avoid lots of warnings from Borland C++. | nyamatongwe | 1 | -8/+8 | |
Changed name of interface class defined in Accessor.h to Accessor. | |||||
2000-04-04 | Split a Document based Accessor (DocumentAccessor) off from | nyamatongwe | 1 | -8/+8 | |
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 | Split up KeyWords.cxx into 7 individual lexer files Lex*.cxx. | nyamatongwe | 1 | -0/+200 | |
Fixed setting up of second view to get right document length. Changed Python lexer to handle empty lines immediately after fold line and last line of document. |