aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexPerl.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-06-29Simplify code so that it is understood by cppcheck, avoiding warnings.Neil1-1/+1
2013-06-29Avoid warning from Visual C++.Neil1-5/+5
2013-06-29Bug: [#1483]. Fix problems with character/byte indexing for UTF-8 and DBCS.Neil1-58/+58
2012-05-05Make destructors virtual to avoid warnings from g++ 4.7.nyamatongwe1-1/+1
2012-02-25Fix dead code warnings from Xcode Analyze.nyamatongwe1-2/+1
2011-11-14Removed warning suppression that had been included for Visual C++ 6.0.nyamatongwe1-4/+0
2011-08-20Styling of variable interpolation for Perl. Feature #3394258.nyamatongwe1-60/+282
2011-08-10Feature #3388802. Support changes in Perl 5.14.0:nyamatongwe1-3/+3
2011-08-03Patch from Kein-Hong Man:nyamatongwe1-19/+12
2011-04-06Made the fold backtrack unconditional as discussed on bug #3265401.nyamatongwe1-4/+2
2011-04-05Adds a fold.perl.at.else property. Discussed in bug #3265401.nyamatongwe1-4/+10
2011-03-27Reindented with astyle.nyamatongwe1-353/+355
2011-03-22Folding for here docs and explicit folding comments. Feature #3116881.nyamatongwe1-1/+51
2011-03-22Converted to lexer object by Udo Lechner.nyamatongwe1-64/+181
2011-01-27Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple...nyamatongwe1-1/+0
2010-09-06Ensure changing the marker for a here-doc causes a redisplay.nyamatongwe1-0/+6
2010-07-18Patch from Kein-Hong Man improves folding for Perl.nyamatongwe1-14/+43
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-10/+13
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+1305