Age | Commit message (Collapse) | Author |
|
|
|
|
|
Kept backward-compatibility for now.
|
|
The language modules should not overwrite them, as user scripts may define them
in on init.
|
|
There is no ability to read and write to processes on Win32 curses, so disable
the feature.
|
|
This fixes a failing "textadept --help".
|
|
|
|
This gives more control over when to include certain autocompletion and
documentation files like Textadept's API.
|
|
|
|
|
|
|
|
|
|
|
|
This is more convenient than '-e "goto_line(n - 1)"'.
|
|
|
|
|
|
|
|
It can be implemented as a separate user module instead.
|
|
|
|
|
|
|
|
GTK appears to aggressively convert clipboard text to/from UTF-8, even if it
cannot be converted. Try to handle it like Scintilla does by falling back on
ISO-8859-1.
|
|
Lua 5.3 made them optional and LuaJIT support has been dropped.
|
|
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"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.
|