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
sciteco-rel-5-5-8
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
/
LexLPeg.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-02
Fixed improper cast in gcc-4.8.
mitchell
1
-1
/
+1
2020-05-26
Added SCI_PRIVATELEXERCALL API for retrieving the style number of a style name.
mitchell
1
-3
/
+9
2020-03-29
Forgot a 0-to-1 conversion in r8093.
mitchell
1
-1
/
+1
2020-03-28
Switch to 1-based style numbers internally in Lua.
mitchell
1
-6
/
+6
2020-03-26
Switch to 1-based indices in Lua.
mitchell
1
-8
/
+8
2020-03-11
LexLPeg now implements DefaultLexer and NameOfStyle().
mitchell
1
-62
/
+56
2020-03-10
Fixed LexLPeg reporting of known lexers on Win32.
mitchell
1
-5
/
+7
2020-03-07
LexLPeg can now report a list of known lexers via SCI_PRIVATELEXERCALL.
mitchell
1
-57
/
+89
2020-03-06
More LexLPeg refactoring, including a safer Lua state.
mitchell
1
-82
/
+133
2020-03-06
More LexLPeg refactoring.
mitchell
1
-70
/
+92
2020-03-06
Formatted LexLPeg.cxx.
mitchell
1
-694
/
+701
2020-03-05
Refactored LexLPeg.
mitchell
1
-318
/
+343
2020-03-04
Modernize LexLPeg.
mitchell
1
-58
/
+54
2019-12-31
Updated copyright year for lexlua-specific bits of LongTerm3.
mitchell
1
-1
/
+1
2019-02-16
Updated copyright year.
mitchell
1
-1
/
+1
2018-05-07
Updated LPeg lexer with PropSetSimple.h changes introduced recently.
mitchell
1
-6
/
+10
2018-03-25
Fixed LPeg lexer incorrectly applying style changes to stale property sets.
mitchell
1
-6
/
+11
2018-03-16
Fixed compiler warnings in LPeg lexer.
mitchell
1
-8
/
+7
2018-03-15
Use active Scintilla namespace in LPeg lexer.
mitchell
1
-4
/
+0
2018-03-11
Added optional Lua lexer support.
mitchell
1
-0
/
+795