aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/14_Appendix.md
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-05-28 01:32:09 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-05-28 01:32:09 -0400
commit016a786eddabc2060dc52a75a8db7b77d737116c (patch)
treec4c1a157a40f492a14c8529995653ff31f3eda67 /doc/14_Appendix.md
parent051cbbb22737b7e1937bd12a5f222779de6cd982 (diff)
Textadept's menus may be edited in-place via the `textadept.menu` module.
Any changes, even incremental ones, are reflected immediately. As a result, removed `set_menubar()` and `set_contextmenus()` from API.
Diffstat (limited to 'doc/14_Appendix.md')
-rw-r--r--doc/14_Appendix.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md
index 2abec6b7..7ab00297 100644
--- a/doc/14_Appendix.md
+++ b/doc/14_Appendix.md
@@ -422,7 +422,7 @@ remove() |Renamed |toggle(false)
**_M.textadept.editing** | |
prepare\_for\_save() |Removed |N/A
**_M.textadept.menu** | |
-rebuild\_command\_tables() |Replaced|[set\_menubar()][]
+rebuild\_command\_tables() |Replaced|set\_menubar()
**_M.textadept.run** | |
execute() |Replaced|[run()][] and [compile()][]
**_M.textadept.session** | |
@@ -431,7 +431,6 @@ prompt\_save() |Replaced|[save()][]
[menu()]: api/ui.html#menu
[toggle()]: api/textadept.bookmarks.html#toggle
-[set\_menubar()]: api/textadept.menu.html#set_menubar
[run()]: api/textadept.run.html#run
[compile()]: api/textadept.run.html#compile
[load()]: api/textadept.session.html#load