aboutsummaryrefslogtreecommitdiff
path: root/core/._M.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-05-24 12:09:44 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2014-05-24 12:09:44 -0400
commit68147393527efc2364e821a3979d853aac0e5940 (patch)
treeb480658fc9ed2b9cec09564c6e44457fceff8dc3 /core/._M.luadoc
parent0e201469a0913267011ce59ff12eb46c3be56a2f (diff)
downloadtextadept-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 'core/._M.luadoc')
-rw-r--r--core/._M.luadoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/._M.luadoc b/core/._M.luadoc
index 83e853d0..8633050b 100644
--- a/core/._M.luadoc
+++ b/core/._M.luadoc
@@ -85,14 +85,15 @@
-- end
-- end
--
--- #### Adeptsense
+-- #### Autocompletion and Documentation
--
-- The `Ctrl+Space` and `Ctrl+H` (`⌥⎋` and `^H` on Mac OSX | `^Space` and `M-H`
-- or `M-S-H` in curses) key bindings autocomplete symbols and show API
-- documentation, respectively, when editing code. In order for these to work
--- for your language, you must create an [Adeptsense][].
+-- for your language, you must create an [autocompleter][] and [API file(s)][].
--
--- [Adeptsense]: textadept.adeptsense.html
+-- [autocompleter]: textadept.editing.html#autocompleters
+-- [API file(s)]: textadept.editing.html#api_files
--
-- #### Snippets
--