| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2003-03-17 | Added POV-Ray lexer by Steven te Brinke. | nyamatongwe | 1 | -2/+2 | |
| 2003-02-15 | Commented use of -fvtable-thunks. | nyamatongwe | 1 | -0/+2 | |
| 2003-01-10 | Added XPM. | nyamatongwe | 1 | -4/+4 | |
| 2002-11-17 | Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla. | nyamatongwe | 1 | -2/+3 | |
| This is separate to the HTML lexer and is only invoked for stand-alone CSS files, not for the STYLE section of HTML files. He also made some other additions. There is a Line Duplicate command which is bound to Ctrl+D. PHP lexing has been improved. | |||||
| 2002-10-08 | New lexer for Fortran. | nyamatongwe | 1 | -2/+2 | |
| 2002-09-15 | Made reverse regex searches work a bit. | nyamatongwe | 1 | -1/+1 | |
| 2002-09-10 | Compatible with Mingw 2.0. | nyamatongwe | 1 | -2/+2 | |
| 2002-09-10 | Including LexAsm. | nyamatongwe | 1 | -3/+3 | |
| 2002-07-29 | Removed Scriptol lexer. | nyamatongwe | 1 | -1/+1 | |
| 2002-07-21 | Added Scriptol language. | nyamatongwe | 1 | -1/+1 | |
| 2002-07-20 | Exporting direct calling function from DLLs. | nyamatongwe | 1 | -4/+4 | |
| 2002-04-11 | List of lexers automatically generated. | nyamatongwe | 1 | -4/+7 | |
| 2002-02-16 | New lexer for Matlab contributed by José Fonseca. | nyamatongwe | 1 | -1/+1 | |
| 2002-01-18 | Updated copyrights for 2002. | nyamatongwe | 1 | -1/+1 | |
| 2002-01-03 | Compiation requires 2.95.3 now. | nyamatongwe | 1 | -1/+1 | |
| 2001-12-19 | Changed to shorter -mwindows option. | nyamatongwe | 1 | -1/+1 | |
| 2001-12-05 | Added LexBaan. | nyamatongwe | 1 | -2/+3 | |
| 2001-09-29 | Bullant lexer added. | nyamatongwe | 1 | -1/+1 | |
| 2001-09-19 | Inclusion of nncrontab lexer into builds. | nyamatongwe | 1 | -1/+1 | |
| 2001-09-02 | New StyleContext file added to build system. | nyamatongwe | 1 | -1/+1 | |
| 2001-08-02 | Added PropSet to all Scintilla builds as it is needed by the | nyamatongwe | 1 | -1/+1 | |
| autocompletion list for a string comparison. | |||||
| 2001-05-18 | Eiffel support. | nyamatongwe | 1 | -1/+1 | |
| 2001-05-01 | External lexer feature added by Simon allows lexers to be housed in DLLs with | nyamatongwe | 1 | -3/+5 | |
| a .lexer extension which are automatically loaded at startup. Minor fix to IME support in ScintillaWin.cxx to deal with current mingw headers. | |||||
| 2001-04-24 | Ruby support. | nyamatongwe | 1 | -1/+1 | |
| 2001-04-20 | *** empty log message *** | nyamatongwe | 1 | -2/+3 | |
| 2001-04-15 | Stopped automatic generation of dependencies - requires "make deps" now. | nyamatongwe | 1 | -4/+4 | |
| 2001-04-15 | Fixed comment. | nyamatongwe | 1 | -1/+1 | |
| 2001-04-15 | CHanged explicit g++ to $(CC) | nyamatongwe | 1 | -1/+1 | |
| 2001-04-15 | Moved most header dependencies to automatically generated depend file. | nyamatongwe | 1 | -49/+8 | |
| Rule for building depend. Removed -o $@ from main .cxx -> .o rule as that is the default anyway. | |||||
| 2001-04-09 | Tahir added Ada support. | nyamatongwe | 1 | -24/+18 | |
| Simplified header dependencies of the Lexers in makefiles. | |||||
| 2001-04-04 | Moved to public domain regular expresion implementation. | nyamatongwe | 1 | -6/+4 | |
| 2001-04-04 | Avoid compiler and BoundsChecker warnings. | nyamatongwe | 1 | -1/+3 | |
| 2001-04-03 | Regular expression find support. | nyamatongwe | 1 | -5/+7 | |
| 2001-02-01 | Added lexer for Avenue. | nyamatongwe | 1 | -19/+21 | |
| Trailing spaces removed from a lot of lines. | |||||
| 2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 1 | -1/+1 | |
| 2000-12-10 | Removed file IO code from PropSet to SciTE. | nyamatongwe | 1 | -17/+18 | |
| Updated make files to know about SString being moved into its own header. | |||||
| 2000-11-08 | Added Pascal Lexer. | nyamatongwe | 1 | -3/+6 | |
| 2000-11-01 | Ahmad's Apache CONF support. | nyamatongwe | 1 | -1/+3 | |
| 2000-09-05 | Support for DEBUG or NDEBUG defines to make assert work. | nyamatongwe | 1 | -1/+7 | |
| 2000-07-04 | Auto completion border chrome reversed to put above edit layer. | nyamatongwe | 1 | -1/+1 | |
| InitCommonControls removed as not needed. Make files changed to remove system libraries that were not used. | |||||
| 2000-06-24 | Removed winmm library from build as this slows start a lot for some | nyamatongwe | 1 | -1/+1 | |
| machines. | |||||
| 2000-06-12 | Lua language support from Paul Winwood. | nyamatongwe | 1 | -1/+3 | |
| 2000-05-07 | Always uses $@ for output. | nyamatongwe | 1 | -6/+6 | |
| 2000-04-08 | Warning squashing. | nyamatongwe | 1 | -8/+8 | |
| Updated contributors list. Fixed lexing of MS warnings. | |||||
| 2000-04-07 | Changing code to ensure no warnings are produced by compilers. | nyamatongwe | 1 | -1/+1 | |
| 2000-04-04 | Split a Document based Accessor (DocumentAccessor) off from | nyamatongwe | 1 | -4/+5 | |
| 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 | Added Lex* files. | nyamatongwe | 1 | -1/+17 | |
| 2000-03-08 | Initial revision | nyamatongwe | 1 | -0/+98 | |
