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()`.
|
|
|
|
Those buffers will not steal focus and no views will be split.
|
|
This requires gtdialog r68 (changeset 1426c89d2874).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires latest gtdialog hg (r67).
|
|
|
|
|
|
|
|
|
|
This is an experimental change and requires the latest Scintillua changes.
|
|
|
|
Deprecated `textadept.menu.set_contextmenu()` in favor of new
`textadept.menu.set_contextmenus()`.
|
|
|
|
|
|
|
|
|
|
|
|
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`.
|
|
|
|
|
|
|
|
Add an event handler at index 1 to override the default prompt to reload.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Both values are required for regexp searches.
|
|
|
|
|
|
|
|
Created a "dummy" Scintilla view for operating on non-global documents.
Removed `buffer:check_global()` and replaced `buffer.dirty` with Scintilla's
`buffer.modify`.
|