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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Also ensure backward-compatibility with existing session files.
|
|
|
|
This prevents any disorienting scrolling.
|
|
This prevents any disorienting scrolling.
|
|
|
|
|
|
|
|
|
|
|
|
|