Age | Commit message (Collapse) | Author |
|
Thanks to Piotr Orzechowski.
|
|
|
|
|
|
|
|
Otherwise, stderr needs to be inspected.
Requires Scintillua r584 (changeset fa39221dd5ad).
|
|
|
|
Typing into selections should replace the selection.
|
|
|
|
|
|
|
|
Some third-party extensions make use of Lua 5.3's `table.insert()`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Updating the entire menu is overkill and seems to slow down upon `reset()`.
|
|
|
|
Thanks to Pedro Andres Aranda Gutierrez.
|
|
|
|
|
|
|
|
|
|
Requires Scintillua r570 (changeset fe4431acc506).
|
|
|
|
Alt- composed keys were getting translated to their group 0 values.
|
|
For example this should report 'm{' as just '{' on a Spanish OSX key layout.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|