Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
Also moved snapopen module into core as io.snapopen().
|
|
|
|
|
|
|
|
|