Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It is no longer contained within the src/scintilla/ folder due to changes in
Scintillua.
|
|
|
|
|
|
|
|
|
|
The changes to LexLPeg.cxx mean that src/scintillua (patched Scintilla) is no
longer required. Can use stock Scintilla now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously it was only possible to run a single key command for a given lexer
and/or scope without propagation. For example, if a Lua-specific Ctrl+Enter
failed to do a keyword autocomplete, it could not propagate to a general
Ctrl+Enter to do a word autocomplete. This is now possible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is needed to reload language specific modules after a reset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|