Age | Commit message (Collapse) | Author |
|
The first character in the snippet was being deleted. An example of the end
placeholder being lost is when it and the caret are at the end of the line and
Enter is pressed -- the autoindent feature appears to delete it.
This fix assumes a snippet of at least length 1 was inserted.
|
|
|
|
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".
|
|
|
|
|
|
|
|
|
|
|
|
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)"'.
|