diff options
author | 2013-06-24 15:42:10 -0400 | |
---|---|---|
committer | 2013-06-24 15:42:10 -0400 | |
commit | 87e53cf852ef3d6e0c5d09a11debbc708e00f9c7 (patch) | |
tree | 14b08719f7d66ca9087fc3c7b56d1391c29f6260 /doc/14_Appendix.md | |
parent | 8527adcebc33243664bcb2b19d63ac6a66e584be (diff) | |
download | textadept-87e53cf852ef3d6e0c5d09a11debbc708e00f9c7.tar.gz textadept-87e53cf852ef3d6e0c5d09a11debbc708e00f9c7.zip |
Consolidated bookmarks module's "goto" functions into a new `goto_mark()`.
Diffstat (limited to 'doc/14_Appendix.md')
-rw-r--r-- | doc/14_Appendix.md | 5 |
1 files changed, 5 insertions, 0 deletions
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 |