Age | Commit message (Collapse) | Author |
|
|
|
It may have been reported as '\r' long ago in previous versions of GTK or
pdcurses, but on WinXP and Win7, it is always '\n'.
|
|
This takes advantage of some of Scintilla's new API functions.
|
|
|
|
Requires Scintillua r500 (changeset 130a0af31d5f).
|
|
|
|
Keep "#!.+/sh" since "#!.+sh" as a pattern is too generic.
|
|
Requires Scintillua r494 (changeset 955860bf41a1).
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
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.
|
|
|