From 68147393527efc2364e821a3979d853aac0e5940 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 24 May 2014 12:09:44 -0400 Subject: Removed Adeptsense in favor of new framework committed in r1735. Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter functions. --- core/._M.luadoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'core/._M.luadoc') 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 -- -- cgit v1.2.3