From 2835799ac0581f667c9ef9b66fe2b155a5348ae5 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 22 Aug 2020 16:34:47 -0400 Subject: Added `ui.command_entry.active` and fixed bugs in `events.KEYPRESS` handlers. --- doc/manual.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/manual.md') diff --git a/doc/manual.md b/doc/manual.md index a48bb461..a0fb9181 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -1854,6 +1854,8 @@ N/A |Added |[highlight_all_matches][] \_paths |Renamed |[paths][] **ui** | | bufstatusbar\_text |Renamed |[buffer_statusbar_text][] +**ui.command_entry** | | +N/A |Added |[active][] **ui.dialogs** | | N/A |Added |[progressbar()][] **ui.find** | | @@ -1895,6 +1897,7 @@ section below. [select()]: api.html#textadept.snippets.select [paths]: api.html#textadept.snippets.paths [buffer_statusbar_text]: api.html#ui.buffer_statusbar_text +[active]: api.html#ui.command_entry.active [progressbar()]: api.html#ui.dialogs.progressbar #### Buffer Indexing Changes -- cgit v1.2.3