diff options
author | 2014-05-24 12:09:44 -0400 | |
---|---|---|
committer | 2014-05-24 12:09:44 -0400 | |
commit | 68147393527efc2364e821a3979d853aac0e5940 (patch) | |
tree | b480658fc9ed2b9cec09564c6e44457fceff8dc3 /doc/14_Appendix.md | |
parent | 0e201469a0913267011ce59ff12eb46c3be56a2f (diff) | |
download | textadept-68147393527efc2364e821a3979d853aac0e5940.tar.gz textadept-68147393527efc2364e821a3979d853aac0e5940.zip |
Removed Adeptsense in favor of new framework committed in r1735.
Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter
functions.
Diffstat (limited to 'doc/14_Appendix.md')
-rw-r--r-- | doc/14_Appendix.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md index 182569cf..2abec6b7 100644 --- a/doc/14_Appendix.md +++ b/doc/14_Appendix.md @@ -413,8 +413,8 @@ lua.goto\_required() |Removed |N/A php.goto\_required() |Removed |N/A ruby.goto\_required() |Removed |N/A **_M.textadept.adeptsense** | | -complete\_symbol() |Replaced|[complete()][] -show\_documentation() |Replaced|[show\_apidoc()][] +complete\_symbol() |Replaced|complete() +show\_documentation() |Replaced|show\_apidoc() **_M.textadept.bookmarks** | | N/A |New |[toggle()][] add() |Renamed |toggle(true) @@ -430,8 +430,6 @@ prompt\_load() |Replaced|[load()][] prompt\_save() |Replaced|[save()][] [menu()]: api/ui.html#menu -[complete()]: api/textadept.adeptsense.html#complete -[show\_apidoc()]: api/textadept.adeptsense.html#show_apidoc [toggle()]: api/textadept.bookmarks.html#toggle [set\_menubar()]: api/textadept.menu.html#set_menubar [run()]: api/textadept.run.html#run |