Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cmd.exe can choke on outputting some non-ASCII characters.
|
|
|
|
|
|
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.
|
|
This happens when the replacement text matches the find text and is longer in
length.
|
|
As a result, `events.disconnect()` may disconnect the wrong event handler.
Thanks to David Karell.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It is now possible to cancel a "Find in Files" search part-way through.
|
|
|
|
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.
|
|
|
|
libgthread.dylib is still required by at least libgtkmacintegration.dylib.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Michael Richter for the idea.
|
|
|
|
|
|
Also added placeholder code for emulating view-specific properties.
|