Age | Commit message (Collapse) | Author |
|
|
|
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
|
|
|
|
In particular, the Markdown lexer produces different line heights than most
other lexers, so set the lexer as soon as possible in order for the correct
scroll calculations to be made further down the `events.BUFFER_AFTER_SWITCH`
handler line.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They can be auto-detected now.
|
|
"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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mimic Lua 5.3 interpreter by auto-printing results and making '=' prefix
optional, call returned functions implicitly (no calling parentheses required),
and pretty print tables.
|
|
|
|
|
|
|
|
|
|
Ensure snippet start position is as far back as possible.
|
|
"Replace All" after an initial search would only "replace in selection" and
"Replace All" with the selection at EOF would not work.
|
|
|
|
|
|
Introduced in r2288 and r2291.
|
|
Requires Scintillua r592 (changeset 149ae95d14f3).
|
|
Otherwise, stderr needs to be inspected.
Requires Scintillua r584 (changeset fa39221dd5ad).
|
|
Typing into selections should replace the selection.
|
|
|
|
|
|
|
|
|
|
Updating the entire menu is overkill and seems to slow down upon `reset()`.
|
|
|
|
|
|
Requires Scintillua r570 (changeset fe4431acc506).
|
|
|
|
|
|
|