Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Thanks to Momohime Honda.
|
|
Auto-saving interferes with commands that read file modification times.
|
|
|
|
The Scintilla iface was changed to not return a second string length value.
|
|
|
|
e.g. `io.reload_buffer()` was renamed `buffer:reload()`.
|
|
|
|
|
|
|
|
|
|
Kept backward-compatibility for now.
|
|
|
|
|
|
|
|
Output is buffered as needed until a line end marker is encountered.
Thanks to Ashwin Hirschi.
|
|
|
|
Thanks to Ypnose.
|
|
|
|
|
|
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
|
|
|
|
|
|
Requires Scintillua r592 (changeset 149ae95d14f3).
|
|
|
|
Requires Scintillua r570 (changeset fe4431acc506).
|
|
|
|
|
|
They can accept either objects or relative numbers now. They do not accept
absolute indices anymore.
|
|
It used to take a 1-based line number. Mimic Scintilla.
|
|
|
|
Renamed settings, allowed filename arguments to `run()` and `compile()`,
changed parameters to `*_OUTPUT` events, changed format of `error_patterns`, and
removed syntax checking.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.)
|
|
|
|
Do not use `ipairs()` and use more consistent variable names among other things.
|
|
Requires Scintillua r530 (changeset 2693c57bc187)
|
|
Requires Scintillua r528 (changeset 6788cdec505b)
|
|
|
|
|
|
Requires Scintillua r524 (changeset e31e33b9c1a3).
|
|
Thanks to Michael Richter.
|