Age | Commit message (Collapse) | Author |
|
|
|
|
|
"Select to Matching Brace" has been moved into
`textadept.editing.select_enclosed()`, which now automatically determines what
to select between if no arguments are given.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires Scintillua r592 (changeset 149ae95d14f3).
|
|
Typing into selections should replace the selection.
|
|
|
|
|
|
Requires Scintillua r570 (changeset fe4431acc506).
|
|
|
|
cmd.exe can choke on outputting some non-ASCII characters.
|
|
It used to take a 1-based line number. Mimic Scintilla.
|
|
|
|
Language-specific auto-paired characters, typeover characters, and matching
braces is no longer supported.
|
|
Thanks to Brian Schott.
|
|
|
|
Also fixed a bug that reset some non-focused buffer properties.
|
|
Use mixture of tabs and spaces when necessary in order to preserve indentation
amount.
|
|
|
|
|
|
Do not use `ipairs()` and use more consistent variable names among other things.
|
|
Added for recently supported languages.
|
|
|
|
Documentation for open functions is shown.
|
|
This prevents an error message being generated.
|
|
|
|
|
|
|
|
This takes advantage of some of Scintilla's new API functions.
|
|
|
|
This requires Scintillua r484 (changeset 6a4307f7d2cb).
|
|
|
|
|
|
|
|
LuaJIT uses Lua 5.3's new utf8 library.
Restored documentation for Lua 5.1 symbols and added deprecation notes.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
For bracketed paste, turn off auto-pair and auto-indent.
|
|
|