Age | Commit message (Collapse) | Author |
|
Since doc pointers are signed, a greater than zero test is not always correct.
|
|
|
|
As a result, no need for a *properties.lua* file anymore. Also, renamed
`ui.set_theme()` to `buffer.set_theme()`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Franck Guadagnini.
|
|
|
|
Scintilla's iface for them is different than similar properties.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Scintilla 3.7.4 requires a C++11 compiler, which I do not have.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Pedro Andres Aranda Gutierrez.
|
|
|
|
|
|
Alt- composed keys were getting translated to their group 0 values.
|
|
|
|
|
|
Try to ensure the default bindings work on international keyboards (e.g.
`Ctrl+я` should be `Ctrl+Z` on a Russian keyboard).
Thanks to Heck Fy.
|