From 016a786eddabc2060dc52a75a8db7b77d737116c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 28 May 2014 01:32:09 -0400 Subject: 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. --- doc/14_Appendix.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/14_Appendix.md') 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 -- cgit v1.2.3