diff options
Diffstat (limited to 'doc/06_AdeptEditing.md')
-rw-r--r-- | doc/06_AdeptEditing.md | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/doc/06_AdeptEditing.md b/doc/06_AdeptEditing.md index 65cb750d..51c3115b 100644 --- a/doc/06_AdeptEditing.md +++ b/doc/06_AdeptEditing.md @@ -246,25 +246,27 @@ curses). This feature also works for plain text.  -### Adeptsense +### Autocompletion and Documentation Textadept has the capability to autocomplete symbols for programming languages and display API documentation. Pressing `Ctrl+Space` (`⌥⎋` on Mac OSX | `^Space` in curses) completes the current symbol and `Ctrl+H` (`^H` | `M-H` or `M-S-H`) -shows any known documentation on the current symbol. Note: In order for this -feature to work, the language you are working with must have an [Adeptsense][] -defined. [Language modules][] usually [define Adeptsenses][]. All of the -[official][] Textadept language modules have Adeptsenses. +shows any known documentation on the current symbol. Note: In order for these +features to work, the language you are working with must have an +[autocompleter][] and [API file(s)][], respectively. [Language modules][] +usually [define these][]. Most of the [official][] Textadept language modules +support autocompletion and documentation. - + - + - + [Language modules]: 07_Modules.html#Language.Modules -[Adeptsense]: api/textadept.adeptsense.html -[define Adeptsenses]: api/_M.html#Adeptsense +[autocompleter]: api/textadept.editing.html#autocompleters +[API file(s)]: api/textadept.editing.html#api_files +[define these]: api/_M.html#Autocompletion.and.Documentation [official]: http://foicica.com/hg ### Snippets |