aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexAVE.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-07-13Moved lexers into lexers directory.nyamatongwe1-228/+0
2010-05-13Fix debug assertions for bug #3000566.nyamatongwe1-1/+1
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-0/+3
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable
2005-07-23Patch from Bruce Doson fixes folding of elseif.nyamatongwe1-1/+3
2004-12-03Patch from Regis Vaquette to allow compilation for Windows CE.nyamatongwe1-1/+0
2002-12-21Updated Avenue lexer from Alexey.nyamatongwe1-140/+176
2002-02-12Made LexerModule objects not be const again as that was impairing staticnyamatongwe1-1/+1
linking.
2002-02-12Made lexer objects const so they do not show up in map as static / globals.nyamatongwe1-1/+1
File specific inline functions marker as static to ensure no bad linking.
2002-01-10Made code bool-safe and turned Visual C++ warning 4800 back on.nyamatongwe1-1/+1
2001-04-13Added a string name to each lexer.nyamatongwe1-1/+1
Made it possible for LexerModule to be subclassed so that its Lex and Fold methods can be specialised to work across DLL boundaries.
2001-02-27Patch from Philippe to regularise comments.nyamatongwe1-24/+24
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-1/+3
2001-02-17Fixed some warnings from Borland.nyamatongwe1-2/+0
2001-02-09New version from Alexey. Diverged much more from LexCPP code.nyamatongwe1-57/+79
2001-02-01Lexer for Avenue files by Alexey.nyamatongwe1-0/+166