Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As a result, no need for a *properties.lua* file anymore. Also, renamed
`ui.set_theme()` to `buffer.set_theme()`.
|
|
They can be auto-detected now.
|
|
|
|
|
|
|
|
|
|
Sometimes encoding auto-detection via `io.encodings` is more trouble than it's
worth.
|
|
|
|
|
|
|
|
|
|
This allows for specific file and folder includes.
|
|
This requires gtdialog r108 (changeset 8465c20432e1).
|
|
This requires gtdialog r106 (changeset 4fbcad4d2031).
|
|
|
|
|
|
|
|
Scintilla 3.7.4 requires a C++11 compiler, which I do not have.
|
|
|
|
|
|
|
|
Thanks to Piotr Orzechowski.
|
|
|
|
Some third-party extensions make use of Lua 5.3's `table.insert()`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For example this should report 'm{' as just '{' on a Spanish OSX key layout.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows for the user to override the default switch behavior (e.g. switch to
an existing split view that already has the target buffer open).
Thanks to Gabriel Dubatti.
|
|
As a result, `events.disconnect()` may disconnect the wrong event handler.
Thanks to David Karell.
|
|
|
|
|