aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-08-22 16:34:47 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-08-22 16:34:47 -0400
commit2835799ac0581f667c9ef9b66fe2b155a5348ae5 (patch)
tree7405670a30895c5a81c64c315fbe5040b7d4e147 /doc
parentd9ae118774a156b5d8ed2f1f2747c65bca0ce76a (diff)
Added `ui.command_entry.active` and fixed bugs in `events.KEYPRESS` handlers.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.md3
1 files changed, 3 insertions, 0 deletions
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