Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
They can accept either objects or relative numbers now. They do not accept
absolute indices anymore.
|
|
It used to take a 1-based line number. Mimic Scintilla.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The latter will still work though for now.
|
|
Renamed settings, allowed filename arguments to `run()` and `compile()`,
changed parameters to `*_OUTPUT` events, changed format of `error_patterns`, and
removed syntax checking.
|
|
UTF-16 files (and other encodings with null bytes) are initially recognized as
binary files (no encoding). Allow encodings to be set for such files after load.
|
|
|