Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
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, changed `ui.find.lua` to `ui.find.regex`
Also removed luautf8 dependency since it is no longer needed.
Regex replacements cannot contain embedded Lua code.
Jumping to "find in files" results selects those results instead of just jumping
to their respective lines.
|