Age | Commit message (Collapse) | Author |
|
|
|
|
|
Also fixed some curses errors introduced by the last commit.
|
|
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()`.
|
|
|
|
|
|
This requires gtdialog r68 (changeset 1426c89d2874).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is an experimental change and requires the latest Scintillua changes.
|
|
|
|
Some websites serve packages using strange URLs or have odd names that can
confuse different versions of wget.
|
|
Deprecated `textadept.menu.set_contextmenu()` in favor of new
`textadept.menu.set_contextmenus()`.
|
|
This eliminates the problems caused by libtermkey and CDK having separate input
buffers.
|
|
|
|
|
|
|
|
|
|
Other modifications to make the return value for `io.popen()` more file-like.
|
|
Compile in a stripped version of Steve Donovan's winapi library and override
`io.popen` and `os.execute`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Will be removed when upgrading to Scintilla > 3.3.6 if upstream patch is
accepted.
|
|
|
|
|
|
Created a "dummy" Scintilla view for operating on non-global documents.
Removed `buffer:check_global()` and replaced `buffer.dirty` with Scintilla's
`buffer.modify`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A side effect is more efficient event emission during startup.
|
|
|