Age | Commit message (Collapse) | Author |
|
|
|
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().
|
|
|
|
|
|
|
|
|