aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexAda.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-07-13Moved lexers into lexers directory.nyamatongwe1-525/+0
2009-07-21Replacing SString with std::string.nyamatongwe1-10/+11
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-0/+4
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
2004-06-08Made safe for non-ASCII characters by using characternyamatongwe1-10/+10
classification functions that accept non-ASCII or checking for ASCII before calling ctype functions.
2003-07-21Converted some ints to size_t for 64 bit safety.nyamatongwe1-4/+4
2003-02-17Upgraded keyword list descriptions from Brian Quinlan.nyamatongwe1-1/+6
2002-10-22Added #include Platform.h to avoid compiler warnings.nyamatongwe1-0/+2
2002-10-05Updated Ada lexer.nyamatongwe1-322/+297
2002-10-05More comprehensive Ada support.nyamatongwe1-167/+507
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-2/+2
File specific inline functions marker as static to ensure no bad linking.
2001-04-13Removed some dead commented code.nyamatongwe1-1/+0
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-04-09Initial version.nyamatongwe1-0/+199