Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ensure snippet start position is as far back as possible.
|
|
Scintilla 3.7.4 requires a C++11 compiler, which I do not have.
|
|
|
|
"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).
|
|
|
|
|
|
|
|
|
|
Thanks to Piotr Orzechowski.
|
|
|
|
|
|
|
|
Otherwise, stderr needs to be inspected.
Requires Scintillua r584 (changeset fa39221dd5ad).
|
|
|
|
Typing into selections should replace the selection.
|
|
|
|
|
|
|
|
Some third-party extensions make use of Lua 5.3's `table.insert()`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|