Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Output is buffered as needed until a line end marker is encountered.
Thanks to Ashwin Hirschi.
|
|
|
|
This gives more control over when to include certain autocompletion and
documentation files like Textadept's API.
|
|
Textadept autocompletion and documentation is now only performed on Textadept
files.
Modified the LuaDoc doclet to only process "lua.luadoc" on its own, and updated
the Makefile rule accordingly.
|
|
|
|
|
|
|
|
Also updated keybindings.
|
|
The command entry no longer uses named key modes. Instead, mode keys are
supplied to `run()` if necessary. The command entry remains modal, though.
|
|
|
|
|
|
|
|
Avoid changing the selection and scrolling, as this drastically slows things
down, particularly on long lines.
|
|
The current line should always remain visible.
|
|
|
|
|
|
|
|
|
|
Thanks to Ypnose.
|
|
CP1252 is a superset of ISO-8859-1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|