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.
|
|
|
|
|
|
This allows users to close buffers on middle-click for example.
|
|
|
|
|
|
|
|
|
|
|
|
It appears that calling SCI_CREATEDOCUMENT alters view state immediately such
that at least fold state is no longer available to store.
|
|
|
|
|
|
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.
|
|
Previously, only colors used in the theme files were enabled.
|
|
|
|
If the mode was not originally enabled, this just causes confusion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 Ashwin Hirschi.
|
|
|
|
Block caret placement is now configurable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This works best with buffer.CARET_STICKY_OFF. For any other sticky setting, the
last x position may be lost (e.g. when set by mouse click, inserted indentation,
etc.).
|
|
Thanks to Ypnose.
|
|
|
|
|
|
CP1252 is a superset of ISO-8859-1.
|