Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Functions can be used directly without being contained within a table. Also,
buffer and view functions and references should be used directly (e.g.
{ buffer.undo, buffer } and { view.split, view }). References are handled
correctly at runtime.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also modified the editing module's enclose() and select_enclosed() functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|