Age | Commit message (Collapse) | Author |
|
|
|
This requires Scinterm r92 (changset 90ba2dd413c3).
|
|
For bracketed paste, turn off auto-pair and auto-indent.
|
|
Also enable more accurate Lua command completion.
|
|
|
|
In the previous implementation without a split pane, the command entry could not
shrink in size.
|
|
|
|
|
|
|
|
|
|
`ui.command_entry` now has the same functions and fields as `buffer`s as well as
an additional `height` property. Note that when the command entry is active,
`_G.buffer` is unchanged, so many existing key commands cannot be bound to
command entry key modes. See `keys.lua_command` in
*modules/textadept/command_entry.lua* for the proper way to bind them.
Removed `ui.command_entry.entry_text` and `ui.command_entry.show_completions()`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires latest Scintillua hg.
|
|
|
|
This requires lspawn r25 (changeset acdfac5eb4cf).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This patch should be reverted if it is applied upstream.
|
|
|
|
|
|
|
|
A limit on the level of directories to recurse into can be placed, and directory
names can be passed to functions.
|
|
|
|
|
|
|
|
Also have libtermkey take care of saving and restoring termios.
|
|
|
|
|
|
|
|
Thanks to Niklas Wallén.
|
|
Requires Scintillua changeset 441.
|
|
|
|
|
|
|