Age | Commit message (Collapse) | Author |
|
|
|
|
|
Requires Scintillua r524 (changeset e31e33b9c1a3).
|
|
|
|
Thanks to Michael Richter.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Niklas Wallén.
|
|
|
|
|
|
|
|
|
|
Also removed command for auto-'end' insertion of Lua control structures since
snippets are now favored.
|
|
|
|
Also fixed a small bug and documentation.
|
|
|
|
|
|
|
|
|
|
|
|
They are often seen in XML snippets and escaping would be tedious.
|
|
|
|
It's possible for the `updated` parameter to be `nil`; handle it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires Scintillua r514 (changeset 8bce8ef421d7).
|
|
|
|
'\' in path was causing problems due to being interpreted by Python rather than
the shell.
|
|
`spawn()` now accepts an environment parameter.
Requires lspawn r40 (changeset 4709ecca2dd4).
|
|
Language-specific code may run inadvertantly.
|
|
|
|
|
|
Documentation for open functions is shown.
|
|
|
|
Ruby does not always output a '^' for indicating column number.
|
|
This prevents the black box popup on Windows.
This requires lspawn r38 (changeset 7683f6d2d678).
|
|
|
|
|
|
|
|
|