Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This requires Scintillua r484 (changeset 6a4307f7d2cb).
|
|
Thanks to Lance Larsen.
|
|
|
|
|
|
|
|
|
|
Requires Scintillua r483 (changeset 90bc656005cf).
|
|
LuaJIT uses Lua 5.3's new utf8 library.
Restored documentation for Lua 5.1 symbols and added deprecation notes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These include "view_eol", "wrap_mode", "view_ws", "margin_type_n", and
"margin_width_n". The latter two are for preventing clashes between modules that
modify margins on a per-buffer basis.
|
|
|
|
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.
|