From d010ca1fc74fcb2a2c36e69b710c291b9776413b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 29 Aug 2012 21:33:07 -0400 Subject: Updated Migration Guide; doc/14_Appendix.md --- doc/14_Appendix.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/14_Appendix.md') diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md index 492d1ad7..67f318d7 100644 --- a/doc/14_Appendix.md +++ b/doc/14_Appendix.md @@ -405,6 +405,15 @@ of `complete_symbol` and `show_documentation` with `complete` and `show_apidoc`. `gui.gtkmenu()` was renamed to `gui.menu()`. Therefore, replace all instances of `gui.gtkmenu` with `gui.menu`. +##### Bookmarks + +`_M.textadept.bookmarks.add()` and `_M.textadept.bookmarks.remove()` were +consolidated into [`_M.textadept.bookmarks.toggle()`][]. Replace `add()` with +`toggle(true)` and `remove()` with `toggle(false)`. `toggle()` functionality +otherwise remains the same. + +[`_M.textadept.bookmarks.toggle()`]: api/_M.textadept.bookmarks.html#toggle + ### Textadept 4 to 5 Lua has been upgraded from [5.1 to 5.2][], so many scripts written for Textadept -- cgit v1.2.3