From 0a91a589c3ec98887bb5d37f0d24cbfa68b27f34 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 27 Jan 2011 23:03:38 -0500 Subject: Added Adeptsense info and screenshots to documentation. --- doc/manual/6_AdeptEditing.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/manual/6_AdeptEditing.md') diff --git a/doc/manual/6_AdeptEditing.md b/doc/manual/6_AdeptEditing.md index d2d7e1da..62f52a12 100644 --- a/doc/manual/6_AdeptEditing.md +++ b/doc/manual/6_AdeptEditing.md @@ -24,6 +24,21 @@ suggestion. Press `Return` to complete the selected word. ![Word Completion](images/wordcompletion.png) +## Adeptsense + +Textadept has the capability to autocomplete symbols for programming languages +and display API documentation. Lua is of course supported extremely well and +C/C++ has basic support with the help of [ctags](http://ctags.sf.net). + +![Adeptsense Lua](images/adeptsense_lua.png) +     +![Adeptsense Lua String](images/adeptsense_string.png) + +![Adeptsense Doc](images/adeptsense_doc.png) + +For more information on adding adeptsense support for another language, see +the [LuaDoc](../modules/_m.textadept.adeptsense.html). + ## Find and Replace `Ctrl+F` (`Apple+F` on Mac OSX) brings up the Find/Replace dialog. In addition -- cgit v1.2.3