Age | Commit message (Collapse) | Author |
|
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.
|
|
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()`.
|
|
|
|
|
|
|
|
|