Age | Commit message (Collapse) | Author |
|
|
|
Do not match one character past the end of the selection.
|
|
|
|
Also, existing files should be closed upon opening a new session.
|
|
Do not throw an error if there is no project for a build command.
Pass command output unprocessed to event handlers. Assume it is UTF-8 unless a
warning or error message is detected. In that case, assume it is encoded in
_CHARSET in order to jump to the correct file. (This matters particularly on
Win32.)
|
|
|
|
This is in addition to the existing number lookup.
|
|
|
|
|
|
|
|
Also fixed a bug that reset some non-focused buffer properties.
|
|
Use mixture of tabs and spaces when necessary in order to preserve indentation
amount.
|
|
|
|
In addition to code cleanup, ':' limits results to functions.
|
|
|
|
|
|
Do not use `ipairs()` and use more consistent variable names among other things.
|
|
Added for recently supported languages.
|
|
Makes use of an external luautf8 library, but only a subset of it.
|
|
|
|
|
|
Eventually UTF-8 patterns may be possible.
|
|
|
|
|
|
Requires Scintillua r530 (changeset 2693c57bc187)
|
|
|
|
Requires Scintillua r528 (changeset 6788cdec505b)
|
|
|
|
|
|
|
|
|
|
Requires Scintillua r525 (changeset c4268c3df705).
|
|
|
|
Requires Scintillua r524 (changeset e31e33b9c1a3).
|
|
Thanks to Michael Richter.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Language-specific code may run inadvertantly.
|