aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexBullant.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-07-13Moved lexers into lexers directory.nyamatongwe1-229/+0
2010-05-17Fix debug assertions for bug #3000566.nyamatongwe1-1/+1
2010-05-04Fixed some warnings from clang --analyze.nyamatongwe1-0/+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
2003-02-17Upgraded keyword list descriptions from Brian Quinlan.nyamatongwe1-14/+6
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-10-30Fix to @off and @on.nyamatongwe1-1/+2
2001-09-29Bullant lexer added.nyamatongwe1-1/+1
2001-09-29First version.nyamatongwe1-0/+232