| Age | Commit message (Collapse) | Author | 
 | 
Ensure the result of snippets[name] is not a table.
 | 
 | 
Editing `textadept.menu.context_menu` directly is good enough.
 | 
 | 
 | 
 | 
 | 
 | 
Suspend can be prevented by an error handler, described in a new FAQ entry.
New `events.RESUME` replaces `events.FOCUS` for the terminal version.
Utilize these events to disable/enable bracketed paste and mouse modes.
 | 
 | 
 | 
 | 
Requires Scintillua r463 (changeset dab8ec9733ec).
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Includes the current project's top-level tags file or the current directory's
tags file automatically. That file does not need to be added to
`_M.ansi_c.tags`.
 | 
 | 
Patch libtermkey to allow this and also to support mouse enabling/disabling.
Needed to change ^Z undo to M-Z and added M-S-Z as extra redo.
 | 
 | 
 | 
 | 
 | 
 | 
Added binding for the terminal version.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
This should have been committed long ago.
 | 
 | 
 | 
 | 
 | 
 | 
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).
 | 
 | 
 | 
 | 
 | 
 | 
Also have libtermkey take care of saving and restoring termios.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 |