diff options
author | 2020-10-12 10:43:30 -0400 | |
---|---|---|
committer | 2020-10-12 10:43:30 -0400 | |
commit | 0ebd2624ae677ecd4b58c8e4abd37618ab5bb0c2 (patch) | |
tree | 1219185a17d354006013d29c685e1f584d1bda34 /docs/manual.md | |
parent | ff7f869ae0a02535dcc7f44a65dd3ea2fed87d01 (diff) | |
download | textadept-0ebd2624ae677ecd4b58c8e4abd37618ab5bb0c2.tar.gz textadept-0ebd2624ae677ecd4b58c8e4abd37618ab5bb0c2.zip |
Added `ui.command_entry.append_history()` for manually appending history.
Normally history is auto-appended by the default '\n' key handler, but some
custom modes may have their own '\n' handlers and did not have a way to append
history.
Diffstat (limited to 'docs/manual.md')
-rw-r--r-- | docs/manual.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual.md b/docs/manual.md index 4fce4653..1efe9acc 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -1916,6 +1916,7 @@ N/A |Added |[highlight_all_matches][] bufstatusbar\_text |Renamed |[buffer_statusbar_text][] **ui.command_entry** | | N/A |Added |[active][] +N/A |Added |[append_history][] **ui.dialogs** | | N/A |Added |[progressbar()][] **ui.find** | | @@ -1962,6 +1963,7 @@ section below. [paths]: api.html#textadept.snippets.paths [buffer_statusbar_text]: api.html#ui.buffer_statusbar_text [active]: api.html#ui.command_entry.active +[append_history]: api.html#ui.command_entry.append_history [progressbar()]: api.html#ui.dialogs.progressbar ##### Buffer Indexing Changes |