aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexFlagship.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-07-13Moved lexers into lexers directory.nyamatongwe1-352/+0
2010-05-28Patch from Xavi ensures thatnyamatongwe1-1/+5
nA>0.AND. lexes the .AND. as a word operator.
2010-05-05lexer.flagship.styling.within.preprocessor defaults to 1.nyamatongwe1-3/+3
2010-05-04Rewritten flagship lexer for xBase languages. Feature #2992689.nyamatongwe1-106/+237
Comments Clipper: *, && Comments C/C++ Doxygen: /* ... */, // Doxygen keywords Strings: single quotes, double Operators including @ Dates: {^...} Constants: nil, .t., .f. Word Operators: .not., .and., .or. Disabled code pragmas: begindump, __cstream, enddump, __endtext
2010-05-02Simplest changes from Feature Request #2992689 Lexer for xBase dialects.nyamatongwe1-21/+8
Removes unused lexical states. Removes treament of "'" as comment indicator for folding.
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
2005-05-20Flagship / Clipper support from Randy Butler.nyamatongwe1-0/+226