aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexPerl.cxx
AgeCommit message (Collapse)AuthorFilesLines
2001-01-10Patch from Steffen to clean up quote handling in a class.nyamatongwe1-78/+71
2001-01-06Patch from Steffen to separate long quote into qq, qz, qr, and qw states.nyamatongwe1-5/+20
2001-01-05Patch from Eric to fix bug in file ops.nyamatongwe1-1/+1
2001-01-04Patch from Eric Promislow to treat file test operators like keywords.nyamatongwe1-33/+52
2000-12-19Perl updated.nyamatongwe1-9/+16
If property line has no '=' it is treated as '=1'.
2000-12-14Patch from Steffen for quotes in SCE_PL_LONGQUOTE.nyamatongwe1-0/+4
2000-12-07Steffen removed SCE_PL_REF state.nyamatongwe1-5/+0
2000-12-07Fix from ActiveState for PODs at start of document.nyamatongwe1-17/+18
2000-12-01Patch from Steffen for treating % as an operator more often.nyamatongwe1-4/+6
2000-11-21Steffen's patch for here documents.nyamatongwe1-32/+160
2000-11-08Patch from Steffen for regex.nyamatongwe1-4/+14
2000-09-04Small tweak from Steffen.nyamatongwe1-2/+3
2000-08-31Added some fixes from Steffen to keep ch and chNext synchronised.nyamatongwe1-3/+3
2000-08-25Patches from Eric Prmislow and Steffen Goeldner to fix up here docsnyamatongwe1-5/+32
some quoting and pos handling.
2000-05-15Mod for here documents from Steffen Goeldner.nyamatongwe1-3/+5
2000-04-23Ensured lexers do not style any more than they have been asked to.nyamatongwe1-1/+1
2000-04-07Changing code to ensure no warnings are produced by compilers.nyamatongwe1-10/+0
2000-04-05Changed the lexer module objects to be globally visible (by removing 'static')nyamatongwe1-1/+1
so they can be explicitly referenced to force inclusion in a build.
2000-04-04Avoid lots of warnings from Borland C++.nyamatongwe1-3/+3
Changed name of interface class defined in Accessor.h to Accessor.
2000-04-04Split a Document based Accessor (DocumentAccessor) off fromnyamatongwe1-3/+3
the old accessor which is now called WindowAccessor. Accessor.h defines a common interface which is the type consumed by the lexers.
2000-03-16Split up KeyWords.cxx into 7 individual lexer files Lex*.cxx.nyamatongwe1-0/+488
Fixed setting up of second view to get right document length. Changed Python lexer to handle empty lines immediately after fold line and last line of document.