Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Also clarified `ta` launcher since `--help` is unavailable.
|
|
|
|
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.
|
|
|
|
|
|
|
|
It's probably better to have users enable it manually than to do something
unexpected.
|
|
|
|
|
|
|
|
C/C++ lexer was separated into ANSI C and C++ lexers.
Also took the opportunity to use shorter macros in compile/run commands.
|
|
|
|
|
|
|