| Age | Commit message (Collapse) | 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 | |
| The only external, 3rd party lexers that would be affected are those implementing their own fold functions. | |||||
| 2020-03-11 | LexLPeg now implements DefaultLexer and NameOfStyle(). | mitchell | 1 | -62/+56 | |
| The SCI_PRIVATELEXERCALL(styleNum, name) API is no longer supported. | |||||
| 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 | |
| Do not load either `io` (Lua 5.1) or `package` modules and updated lexer.lua functions to utilize safer versions of `require()` and `package.searchpath()`. Also support ';'-separated paths for lexers via existing `lexer.lpeg.home` property or new SCI_LOADLEXERLIBRARY API. Refactor to use property constants and class methods for property setting. | |||||
| 2020-03-06 | More LexLPeg refactoring. | mitchell | 1 | -70/+92 | |
| Added stack assertions and append traceback to error messages. | |||||
| 2020-03-06 | Formatted LexLPeg.cxx. | mitchell | 1 | -694/+701 | |
| 2020-03-05 | Refactored LexLPeg. | mitchell | 1 | -318/+343 | |
| Style property settings are now case-sensitive. | |||||
| 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 | |
| Also, when manually updating the default style, call SCI_STYLECLEARALL in order for subsequent style updates to inherit from the default style. | |||||
| 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 | |
| This support is disabled by default and must be enabled via compile-time option. | |||||
