Age | Commit message (Collapse) | Author |
|
Also updated keybindings.
|
|
|
|
CP1252 is a superset of ISO-8859-1.
|
|
|
|
|
|
|
|
|
|
They can be auto-detected now.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
It's quite possible some of Textadept's functions didn't handle them properly
anyway.
|
|
|
|
|
|
|
|
|
|
Use placeholder text instead. This is common in Unix tools.
|
|
|
|
|
|
Thanks to Giovanni Salmeri.
|