Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Also updated LuaDoc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Silently passing second length parameter can cause subtle bugs in functions that
accept more than one parameter.
|
|
|
|
This is more convenient than '-e "goto_line(n - 1)"'.
|
|
Filters are now simply lists of inclusive and exclusive patterns.
Added temporary compatibility and notice for old-style filters.
|
|
Snippet prev/next coupled with subsequent edits may cause the buffer to contain
an unexpected snippet placeholder. Handle it gracefully.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It can be implemented as a separate user module instead.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|