aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ExternalLexer.cxx
AgeCommit message (Collapse)AuthorFilesLines
2008-10-09Bug #2056209 avoiding hidden variable warnings with Sun Studio.nyamatongwe1-3/+3
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
2006-02-13Since casting between void* and function pointers produces a warningnyamatongwe1-4/+6
under recent g++, add an additional cast to sptr_t. Add small size and pedantic warning flags.
2003-09-12Fixed LexerManager Clear method as recommended by Sam Nabialek.ssteele1-1/+2
2003-04-18Added line end at end of file.nyamatongwe1-8/+8
2003-04-18Initial portable version.nyamatongwe1-0/+256