Age | Commit message (Collapse) | Author |
|
|
|
This allows for traditional command line history navigation using arrow keys.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Recent code formatting changed the quotes to look for.
|
|
e.g. `io.reload_buffer()` was renamed `buffer:reload()`.
|
|
|
|
|
|
|
|
Experience has shown a vast majority of filteredlist dialogs need to be wide.
Use a standard width that needs to be overridden rather than remembered.
|
|
|
|
|
|
|
|
|
|
The assumption was that `buffer.set_lexer` is only unavailable for the first
buffer, which has `buffer:private_lexer_call(SETLEXERLANGUAGE, ...)` called in
the `events.BUFFER_NEW` handler. However, `reset()` throws a wrench into
everything and a buffer can end up without a lexer.
|
|
|
|
This is not used internally and not documented. All modules should be in
*~/.textadept/modules*.
|
|
|
|
|
|
|
|
User scripts can now save and load from session data.
|
|
|
|
|
|
|
|
`buffer:brace_bad_light()` was not being given the correct parameters.
|
|
|
|
|
|
This requires Scintilla changeset 429993cf4429.
|
|
|
|
|
|
Also performed some reformatting, refactoring, and code cleanup for the command
entry module.
|
|
It's simple enough for scripts to call `buffer:marker_add()` as needed.
|
|
|
|
`events.FILE_CHANGED` was not emitting a filename.
Added tests for key commands, keychains, and key modes.
|
|
|
|
This change should have been committed with r2697 (changeset 40a1cf1c4fd0).
|
|
|
|
|
|
|
|
|
|
|
|
|