From 87e53cf852ef3d6e0c5d09a11debbc708e00f9c7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 24 Jun 2013 15:42:10 -0400 Subject: Consolidated bookmarks module's "goto" functions into a new `goto_mark()`. --- doc/14_Appendix.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/14_Appendix.md') diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md index 56b6761c..944fb9d6 100644 --- a/doc/14_Appendix.md +++ b/doc/14_Appendix.md @@ -158,7 +158,11 @@ buffer\_new() |Renamed |\_G.[buffer.new()][] filter\_through |Removed |N/A filter\_through.filter\_through() |Renamed |editing.[filter\_through()][] **_M.textadept.bookmark** | | +N/A |New |[goto\_mark()][] MARK\_BOOKMARK\_COLOR |Renamed |[BOOKMARK\_COLOR][] +goto\_bookmark |Replaced|goto\_mark() +goto\_next |Replaced|goto\_mark(true) +goto\_prev |Replaced|goto\_mark(false) **_M.textadept.editing** | | INDIC\_HIGHLIGHT\_BACK |Renamed |[HIGHLIGHT\_COLOR][] autocomplete\_word(chars, default)|Changed |[autocomplete\_word][](default) @@ -184,6 +188,7 @@ try\_encodings |Renamed |[encodings][] [buffer.new()]: api/buffer.html#new [filter\_through()]: api/_M.textadept.editing.html#filter_through +[goto\_mark()]: api/_M.textadept.bookmarks.html#goto_mark [BOOKMARK\_COLOR]: api/_M.textadept.bookmarks.html#BOOKMARK_COLOR [HIGHLIGHT\_COLOR]: api/_M.textadept.editing.html#HIGHLIGHT_COLOR [autocomplete\_word]: api/_M.textadept.editing.html#autocomplete_word -- cgit v1.2.3