index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lexers
/
LexPerl.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-29
Remove Lexilla files from Scintilla
Neil
1
-1848
/
+0
2020-04-06
Bug [#2164]. Change line comments to terminate at next line start.
Neil
1
-1
/
+1
2019-12-22
Define ILexer5 with methods for retrieving name, ID, and property values.
Neil
1
-2
/
+6
2019-09-26
Bug [#2121]. Support indented here-docs.
SilverDirk
1
-0
/
+27
2019-09-26
Feature [feature-requests:#1306] Fold qw arrays.
Zufu Liu
1
-0
/
+6
2017-09-25
Avoiding comma operator warnings from Clang in lexers.
Neil Hodgson
1
-5
/
+7
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-09-01
Use "Falls through" comments to avoid warnings from GCC 7.1.
Neil Hodgson
1
-0
/
+1
2017-06-22
Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for version
Neil
1
-2
/
+2
2017-06-22
Add a DefaultLexer class which lexers can subclass if they want reasonable
Neil
1
-1
/
+2
2017-03-04
Use C++11 keyword "override" for methods in lexers that override an interface.
Neil
1
-11
/
+11
2016-11-05
StyleContext no longer needs mask argument.
Neil
1
-1
/
+1
2016-01-05
Fix module ::-syntax when special characters such as 'x' are used.
Kein-Hong Man
1
-4
/
+7
2015-12-28
Bug [#1797]. Highlight changed subroutine prototype syntax for Perl 5.20.
Kein-Hong Man
1
-14
/
+75
2015-12-18
Bug [#1793]. Add support for Perl 5.22.
Kein-Hong Man
1
-7
/
+25
2015-12-12
Bug [#1791]. Added a missing symbol (the underscore) for subroutine prototypes.
Kein-Hong Man
1
-4
/
+2
2015-07-30
Use Sci_Position / Sci_PositionU for variables in lexers that represent
Joe Mueller
1
-35
/
+35
2015-07-20
Use Sci_Position when required to implement interfaces.
Neil
1
-8
/
+8
2014-05-24
Removing style byte indicators.
Neil
1
-1
/
+1
2014-01-20
Fix typos in comments (lexers)
Stefan Weil
1
-3
/
+3
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-1
/
+1
2013-10-10
Bug [#1528]. Perl: POD problems with multibyte characters.
Neil
1
-4
/
+4
2013-10-09
Bug [#1528]. Perl: multibyte character problems.
Neil
1
-8
/
+12
2013-07-21
Replace all instances of isascii with Scintilla-specific IsASCII.
Neil
1
-1
/
+1
2013-06-29
Simplify code so that it is understood by cppcheck, avoiding warnings.
Neil
1
-1
/
+1
2013-06-29
Avoid warning from Visual C++.
Neil
1
-5
/
+5
2013-06-29
Bug: [#1483]. Fix problems with character/byte indexing for UTF-8 and DBCS.
Neil
1
-58
/
+58
2012-05-05
Make destructors virtual to avoid warnings from g++ 4.7.
nyamatongwe
1
-1
/
+1
2012-02-25
Fix dead code warnings from Xcode Analyze.
nyamatongwe
1
-2
/
+1
2011-11-14
Removed warning suppression that had been included for Visual C++ 6.0.
nyamatongwe
1
-4
/
+0
2011-08-20
Styling of variable interpolation for Perl. Feature #3394258.
nyamatongwe
1
-60
/
+282
2011-08-10
Feature #3388802. Support changes in Perl 5.14.0:
nyamatongwe
1
-3
/
+3
2011-08-03
Patch from Kein-Hong Man:
nyamatongwe
1
-19
/
+12
2011-04-06
Made the fold backtrack unconditional as discussed on bug #3265401.
nyamatongwe
1
-4
/
+2
2011-04-05
Adds a fold.perl.at.else property. Discussed in bug #3265401.
nyamatongwe
1
-4
/
+10
2011-03-27
Reindented with astyle.
nyamatongwe
1
-353
/
+355
2011-03-22
Folding for here docs and explicit folding comments. Feature #3116881.
nyamatongwe
1
-1
/
+51
2011-03-22
Converted to lexer object by Udo Lechner.
nyamatongwe
1
-64
/
+181
2011-01-27
Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple...
nyamatongwe
1
-1
/
+0
2010-09-06
Ensure changing the marker for a here-doc causes a redisplay.
nyamatongwe
1
-0
/
+6
2010-07-18
Patch from Kein-Hong Man improves folding for Perl.
nyamatongwe
1
-14
/
+43
2010-07-13
For new lexer design change includes to add new files and remove unused files.
nyamatongwe
1
-10
/
+13
2010-07-13
Moved lexers into lexers directory.
nyamatongwe
1
-0
/
+1305