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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cmd.exe can choke on outputting some non-ASCII characters.
|
|
This happens when the replacement text matches the find text and is longer in
length.
|
|
|
|
|
|
|
|
It is now possible to cancel a "Find in Files" search part-way through.
|
|
As a result, changed `ui.find.lua` to `ui.find.regex`
Also removed luautf8 dependency since it is no longer needed.
Regex replacements cannot contain embedded Lua code.
Jumping to "find in files" results selects those results instead of just jumping
to their respective lines.
|