Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This allows for per-project "find in files" filters.
|
|
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.
|
|
|
|
|
|
|
|
\xYY may not yield UTF-8 characters.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|