aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-09-12 11:36:22 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-09-12 11:36:22 -0400
commit89c2721a369250df66253b707be1257ef366f8fb (patch)
treef7f0e0291bffc4409e243fc9bcc1d14683f74d0b /doc
parent9dc8ce16a1efc6482db6f1d5456d42958e79a06c (diff)
Updated Migration Guide; doc/14_Appendix.md
Diffstat (limited to 'doc')
-rw-r--r--doc/14_Appendix.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md
index 5057445c..5f1a882f 100644
--- a/doc/14_Appendix.md
+++ b/doc/14_Appendix.md
@@ -235,6 +235,14 @@ otherwise remains the same.
[`_M.textadept.bookmarks.toggle()`]: api/_M.textadept.bookmarks.html#toggle
+##### `rebuild_command_tables`
+
+`_M.textadept.menu.rebuild_command_tables()` was integrated into
+[`_M.textadept.menu.set_menubar()`][]. Therefore, remove all calls to
+`rebuild_command_tables()` after `set_menubar()`.
+
+[`_M.textadept.menu.set_menubar()`]: api/_M.textadept.menu.html#set_menubar
+
### Textadept 4 to 5
Lua has been upgraded from [5.1 to 5.2][], so many scripts written for Textadept