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