Age | Commit message (Collapse) | Author |
|
|
|
They can be auto-detected now.
|
|
|
|
Thanks to Piotr Orzechowski.
|
|
|
|
|
|
|
|
|
|
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 Niklas Wallén.
|
|
Thanks to Giovanni Salmeri.
|
|
|
|
Thanks to Ahed Eid.
|
|
Thanks to Niklas Wallén.
|
|
Thanks to Piotr Orzechowski.
|
|
Thanks to Piotr Orzechowski
|
|
Thanks to Piotr Orzechowski.
|
|
|
|
Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter
functions.
|
|
The `textadept.run` module now uses `spawn()` instead of `io.popen()`.
This module replaces the dependency on winapi. Removed experimental
`io.popen()` and `os.execute()` hooks. They may be re-implemented later using
`spawn()`.
|
|
|
|
|
|
|
|
|
|
Encourage calling `gui.set_theme()` from *~/.textadept/init.lua* instead.
|
|
The former was originally designed to complement the latter.
|
|
|
|
|
|
Requires Scintilla r4436 and Scinterm r45.
|
|
Also moved snapopen module into core as io.snapopen().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|